diff options
-rw-r--r-- | drivers/bcma/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig index 02d78f6cecbb..ba8acca036df 100644 --- a/drivers/bcma/Kconfig +++ b/drivers/bcma/Kconfig | |||
@@ -55,7 +55,7 @@ config BCMA_DRIVER_PCI | |||
55 | 55 | ||
56 | config BCMA_DRIVER_PCI_HOSTMODE | 56 | config BCMA_DRIVER_PCI_HOSTMODE |
57 | bool "Driver for PCI core working in hostmode" | 57 | bool "Driver for PCI core working in hostmode" |
58 | depends on MIPS && BCMA_DRIVER_PCI | 58 | depends on MIPS && BCMA_DRIVER_PCI && PCI_DRIVERS_LEGACY |
59 | help | 59 | help |
60 | PCI core hostmode operation (external PCI bus). | 60 | PCI core hostmode operation (external PCI bus). |
61 | 61 | ||