Merge tag 'v3.10.76' into update
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / bcma / Kconfig
CommitLineData
8369ae33
RM
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
9d75ef0f
RM
16# Support for Block-I/O. SELECT this from the driver that needs it.
17config BCMA_BLOCKIO
18 bool
19 depends on BCMA
20
8369ae33
RM
21config 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
29
9352f69c
RM
30config BCMA_DRIVER_PCI_HOSTMODE
31 bool "Driver for PCI core working in hostmode"
58f743ee 32 depends on BCMA && MIPS && BCMA_HOST_PCI
9352f69c
RM
33 help
34 PCI core hostmode operation (external PCI bus).
35
ecd177c2
HM
36config BCMA_HOST_SOC
37 bool
21e0534a
HM
38 depends on BCMA_DRIVER_MIPS
39
40config BCMA_DRIVER_MIPS
41 bool "BCMA Broadcom MIPS core driver"
ecd177c2 42 depends on BCMA && MIPS
21e0534a
HM
43 help
44 Driver for the Broadcom MIPS core attached to Broadcom specific
45 Advanced Microcontroller Bus.
46
47 If unsure, say N
ecd177c2 48
23cb3b21
RM
49config BCMA_SFLASH
50 bool
d57ef3a6 51 depends on BCMA_DRIVER_MIPS
23cb3b21
RM
52 default y
53
54config BCMA_NFLASH
55 bool
371a0044 56 depends on BCMA_DRIVER_MIPS
23cb3b21
RM
57 default y
58
e1ac4b40
RM
59config BCMA_DRIVER_GMAC_CMN
60 bool "BCMA Broadcom GBIT MAC COMMON core driver"
61 depends on BCMA
62 help
63 Driver for the Broadcom GBIT MAC COMMON core attached to Broadcom
64 specific Advanced Microcontroller Bus.
65
66 If unsure, say N
67
cf0936b0
HM
68config BCMA_DRIVER_GPIO
69 bool "BCMA GPIO driver"
a7333114 70 depends on BCMA && GPIOLIB
cf0936b0
HM
71 help
72 Driver to provide access to the GPIO pins of the bcma bus.
73
74 If unsure, say N
75
8369ae33
RM
76config BCMA_DEBUG
77 bool "BCMA debugging"
78 depends on BCMA
79 help
80 This turns on additional debugging messages.
81
82 If unsure, say N
83
84endmenu