summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/bcma/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig
index ba8acca036df..cb0f1aad20b7 100644
--- a/drivers/bcma/Kconfig
+++ b/drivers/bcma/Kconfig
@@ -55,7 +55,7 @@ config BCMA_DRIVER_PCI
55 55
56config BCMA_DRIVER_PCI_HOSTMODE 56config 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 && PCI_DRIVERS_LEGACY 58 depends on MIPS && BCMA_DRIVER_PCI && PCI_DRIVERS_LEGACY && BCMA = y
59 help 59 help
60 PCI core hostmode operation (external PCI bus). 60 PCI core hostmode operation (external PCI bus).
61 61