diff options
Diffstat (limited to 'drivers/bcma/Kconfig')
-rw-r--r-- | drivers/bcma/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/bcma/Kconfig b/drivers/bcma/Kconfig index 4a062f858e7a..c1172dafdffa 100644 --- a/drivers/bcma/Kconfig +++ b/drivers/bcma/Kconfig | |||
@@ -35,7 +35,16 @@ config BCMA_DRIVER_PCI_HOSTMODE | |||
35 | 35 | ||
36 | config BCMA_HOST_SOC | 36 | config BCMA_HOST_SOC |
37 | bool | 37 | bool |
38 | depends on BCMA_DRIVER_MIPS | ||
39 | |||
40 | config BCMA_DRIVER_MIPS | ||
41 | bool "BCMA Broadcom MIPS core driver" | ||
38 | depends on BCMA && MIPS | 42 | depends on BCMA && MIPS |
43 | help | ||
44 | Driver for the Broadcom MIPS core attached to Broadcom specific | ||
45 | Advanced Microcontroller Bus. | ||
46 | |||
47 | If unsure, say N | ||
39 | 48 | ||
40 | config BCMA_DEBUG | 49 | config BCMA_DEBUG |
41 | bool "BCMA debugging" | 50 | bool "BCMA debugging" |