diff options
Diffstat (limited to 'drivers/bcma/Kconfig')
-rw-r--r-- | drivers/bcma/Kconfig | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig index 380a2003231e..7c081b38ef3e 100644 --- a/drivers/bcma/Kconfig +++ b/drivers/bcma/Kconfig | |||
@@ -35,8 +35,14 @@ config BCMA_DRIVER_PCI_HOSTMODE | |||
35 | PCI core hostmode operation (external PCI bus). | 35 | PCI core hostmode operation (external PCI bus). |
36 | 36 | ||
37 | config BCMA_HOST_SOC | 37 | config BCMA_HOST_SOC |
38 | bool | 38 | bool "Support for BCMA in a SoC" |
39 | depends on BCMA_DRIVER_MIPS | 39 | depends on BCMA |
40 | help | ||
41 | Host interface for a Broadcom AIX bus directly mapped into | ||
42 | the memory. This only works with the Broadcom SoCs from the | ||
43 | BCM47XX line. | ||
44 | |||
45 | If unsure, say N | ||
40 | 46 | ||
41 | config BCMA_DRIVER_MIPS | 47 | config BCMA_DRIVER_MIPS |
42 | bool "BCMA Broadcom MIPS core driver" | 48 | bool "BCMA Broadcom MIPS core driver" |