diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-07-15 13:15:05 +0200 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2013-07-22 16:54:39 -0400 |
commit | 6ffdead8027cad2c9aac95d8d53152ca7d7421c8 (patch) | |
tree | 1b63f776cc4e6eff76dee41c4bb4f26980421345 /drivers/bcma | |
parent | bb4997a1afbff61084b243d62aaaf23ea38a290e (diff) | |
download | linux-6ffdead8027cad2c9aac95d8d53152ca7d7421c8.tar.gz linux-6ffdead8027cad2c9aac95d8d53152ca7d7421c8.tar.bz2 linux-6ffdead8027cad2c9aac95d8d53152ca7d7421c8.zip |
bcma: make it possible to select SoC support without mips
To make it possible to use the SoC host interface with ARM SoCs do not
depend on the MIPS driver any more.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/bcma')
-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 PCI core hostmode operation (external PCI bus). config BCMA_HOST_SOC - bool - depends on BCMA_DRIVER_MIPS + bool "Support for BCMA in a SoC" + depends on BCMA + help + Host interface for a Broadcom AIX bus directly mapped into + the memory. This only works with the Broadcom SoCs from the + BCM47XX line. + + If unsure, say N config BCMA_DRIVER_MIPS bool "BCMA Broadcom MIPS core driver" |