diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2011-07-22 19:20:09 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2011-08-08 14:29:26 -0400 |
commit | 21e0534ad7415559bb8dee0dc00e39646fed83c9 (patch) | |
tree | e9e082dfdf6ce9798d6201f1ae4109b68b11920a /drivers/bcma/Kconfig | |
parent | ecd177c21640e92b059a71139f5850243a8f0942 (diff) |
bcma: add mips driver
This adds a mips driver to bcma. This is only found on embedded
devices. For now the driver just initializes the irqs used on this
system.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
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" |