aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thunderbolt
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-06-20 09:52:09 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-06-20 12:46:36 -0400
commit0cb4e2be8bce5e176021a2e96b38e5d3727645a4 (patch)
treee64ec18ac54ab6b4b8d354233825c89fefc49a1d /drivers/thunderbolt
parent620863f71c46509e104729c75a199689e59cac47 (diff)
thunderbolt: add PCI dependency
The thunderbolt drivers cannot be built if CONFIG_PCI is disabled, better add an explicit Kconfig dependency. The "default no" line is redundant and can be removed at the same time. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Acked-by: Andreas Noever <andreas.noever@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/thunderbolt')
-rw-r--r--drivers/thunderbolt/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/thunderbolt/Kconfig b/drivers/thunderbolt/Kconfig
index 3a2552962d06..5aab79bf3450 100644
--- a/drivers/thunderbolt/Kconfig
+++ b/drivers/thunderbolt/Kconfig
@@ -1,6 +1,6 @@
1menuconfig THUNDERBOLT 1menuconfig THUNDERBOLT
2 tristate "Thunderbolt support for Apple devices" 2 tristate "Thunderbolt support for Apple devices"
3 default no 3 depends on PCI
4 help 4 help
5 Cactus Ridge Thunderbolt Controller driver 5 Cactus Ridge Thunderbolt Controller driver
6 This driver is required if you want to hotplug Thunderbolt devices on 6 This driver is required if you want to hotplug Thunderbolt devices on