diff options
author | Bjorn Helgaas <bhelgaas@google.com> | 2017-04-28 17:33:41 +0200 |
---|---|---|
committer | Bjorn Helgaas <bhelgaas@google.com> | 2017-04-28 17:33:41 +0200 |
commit | d060c6fcef972e6a8d0898c55f1b7b6da89a6744 (patch) | |
tree | 77b414696b5016a9ff36b31f1e626b42bcf5f778 /drivers/pci/Kconfig | |
parent | Merge branch 'pci/host-thunder' into next (diff) | |
parent | switchtec: Add IOCTLs to the Switchtec driver (diff) | |
download | linux-d060c6fcef972e6a8d0898c55f1b7b6da89a6744.tar.xz linux-d060c6fcef972e6a8d0898c55f1b7b6da89a6744.zip |
Merge branch 'pci/switchtec' into next
* pci/switchtec:
switchtec: Add IOCTLs to the Switchtec driver
switchtec: Add sysfs attributes to the Switchtec driver
switchtec: Add user interface documentation
MicroSemi Switchtec management interface driver
Conflicts:
drivers/pci/Kconfig
Diffstat (limited to 'drivers/pci/Kconfig')
-rw-r--r-- | drivers/pci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pci/Kconfig b/drivers/pci/Kconfig index 9747c1ec8c74..e0cacb7b8563 100644 --- a/drivers/pci/Kconfig +++ b/drivers/pci/Kconfig @@ -135,3 +135,4 @@ source "drivers/pci/hotplug/Kconfig" source "drivers/pci/dwc/Kconfig" source "drivers/pci/host/Kconfig" source "drivers/pci/endpoint/Kconfig" +source "drivers/pci/switch/Kconfig" |