xref: /linux/drivers/bcma/Kconfig (revision 12871a0bd67dd4db4418e1daafcd46e9d329ef10)
1config BCMA_POSSIBLE
2	bool
3	depends on HAS_IOMEM && HAS_DMA
4	default y
5
6menu "Broadcom specific AMBA"
7	depends on BCMA_POSSIBLE
8
9config BCMA
10	tristate "BCMA support"
11	depends on BCMA_POSSIBLE
12	help
13	  Bus driver for Broadcom specific Advanced Microcontroller Bus
14	  Architecture.
15
16config BCMA_HOST_PCI_POSSIBLE
17	bool
18	depends on BCMA && PCI = y
19	default y
20
21config BCMA_HOST_PCI
22	bool "Support for BCMA on PCI-host bus"
23	depends on BCMA_HOST_PCI_POSSIBLE
24
25config BCMA_DEBUG
26	bool "BCMA debugging"
27	depends on BCMA
28	help
29	  This turns on additional debugging messages.
30
31	  If unsure, say N
32
33endmenu
34