blob: 7c081b38ef3e840ed37248e2110e012e7ebb2191 [file] [log] [blame]
Rafał Miłecki8369ae32011-05-09 18:56:46 +02001config 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
Rafał Miłecki9d75ef02011-05-20 03:27:06 +020016# Support for Block-I/O. SELECT this from the driver that needs it.
17config BCMA_BLOCKIO
18 bool
19 depends on BCMA
20
Rafał Miłecki8369ae32011-05-09 18:56:46 +020021config BCMA_HOST_PCI_POSSIBLE
22 bool
23 depends on BCMA && PCI = y
24 default y
25
26config BCMA_HOST_PCI
27 bool "Support for BCMA on PCI-host bus"
28 depends on BCMA_HOST_PCI_POSSIBLE
Hauke Mehrtensd1868992013-06-09 18:59:42 +020029 default y
Rafał Miłecki8369ae32011-05-09 18:56:46 +020030
Rafał Miłecki9352f692011-07-05 19:48:26 +020031config BCMA_DRIVER_PCI_HOSTMODE
32 bool "Driver for PCI core working in hostmode"
Paul Gortmaker58f743e2012-03-25 20:02:55 -040033 depends on BCMA && MIPS && BCMA_HOST_PCI
Rafał Miłecki9352f692011-07-05 19:48:26 +020034 help
35 PCI core hostmode operation (external PCI bus).
36
Hauke Mehrtensecd177c2011-07-23 01:20:08 +020037config BCMA_HOST_SOC
Hauke Mehrtens6ffdead2013-07-15 13:15:05 +020038 bool "Support for BCMA in a SoC"
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
Hauke Mehrtens21e05342011-07-23 01:20:09 +020046
47config BCMA_DRIVER_MIPS
48 bool "BCMA Broadcom MIPS core driver"
Hauke Mehrtensecd177c2011-07-23 01:20:08 +020049 depends on BCMA && MIPS
Hauke Mehrtens21e05342011-07-23 01:20:09 +020050 help
51 Driver for the Broadcom MIPS core attached to Broadcom specific
52 Advanced Microcontroller Bus.
53
54 If unsure, say N
Hauke Mehrtensecd177c2011-07-23 01:20:08 +020055
Rafał Miłecki23cb3b22012-07-17 16:26:41 +020056config BCMA_SFLASH
57 bool
Rafał Miłeckid57ef3a2012-08-10 21:23:53 +020058 depends on BCMA_DRIVER_MIPS
Rafał Miłecki23cb3b22012-07-17 16:26:41 +020059 default y
60
61config BCMA_NFLASH
62 bool
Rafał Miłecki371a0042012-08-12 13:08:05 +020063 depends on BCMA_DRIVER_MIPS
Rafał Miłecki23cb3b22012-07-17 16:26:41 +020064 default y
65
Rafał Miłeckie1ac4b42012-07-11 09:23:43 +020066config BCMA_DRIVER_GMAC_CMN
67 bool "BCMA Broadcom GBIT MAC COMMON core driver"
68 depends on BCMA
69 help
70 Driver for the Broadcom GBIT MAC COMMON core attached to Broadcom
71 specific Advanced Microcontroller Bus.
72
73 If unsure, say N
74
Hauke Mehrtenscf0936b2012-11-20 22:24:30 +000075config BCMA_DRIVER_GPIO
76 bool "BCMA GPIO driver"
Geert Uytterhoevena7333112012-12-16 16:35:35 +010077 depends on BCMA && GPIOLIB
Hauke Mehrtenscf0936b2012-11-20 22:24:30 +000078 help
79 Driver to provide access to the GPIO pins of the bcma bus.
80
81 If unsure, say N
82
Rafał Miłecki8369ae32011-05-09 18:56:46 +020083config BCMA_DEBUG
84 bool "BCMA debugging"
85 depends on BCMA
86 help
87 This turns on additional debugging messages.
88
89 If unsure, say N
90
91endmenu