bcma: add some more core names
[deliverable/linux.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
d186899f 29 default y
8369ae33 30
9352f69c
RM
31config BCMA_DRIVER_PCI_HOSTMODE
32 bool "Driver for PCI core working in hostmode"
58f743ee 33 depends on BCMA && MIPS && BCMA_HOST_PCI
9352f69c
RM
34 help
35 PCI core hostmode operation (external PCI bus).
36
ecd177c2
HM
37config BCMA_HOST_SOC
38 bool
21e0534a
HM
39 depends on BCMA_DRIVER_MIPS
40
41config BCMA_DRIVER_MIPS
42 bool "BCMA Broadcom MIPS core driver"
ecd177c2 43 depends on BCMA && MIPS
21e0534a
HM
44 help
45 Driver for the Broadcom MIPS core attached to Broadcom specific
46 Advanced Microcontroller Bus.
47
48 If unsure, say N
ecd177c2 49
23cb3b21
RM
50config BCMA_SFLASH
51 bool
d57ef3a6 52 depends on BCMA_DRIVER_MIPS
23cb3b21
RM
53 default y
54
55config BCMA_NFLASH
56 bool
371a0044 57 depends on BCMA_DRIVER_MIPS
23cb3b21
RM
58 default y
59
e1ac4b40
RM
60config BCMA_DRIVER_GMAC_CMN
61 bool "BCMA Broadcom GBIT MAC COMMON core driver"
62 depends on BCMA
63 help
64 Driver for the Broadcom GBIT MAC COMMON core attached to Broadcom
65 specific Advanced Microcontroller Bus.
66
67 If unsure, say N
68
cf0936b0
HM
69config BCMA_DRIVER_GPIO
70 bool "BCMA GPIO driver"
a7333114 71 depends on BCMA && GPIOLIB
cf0936b0
HM
72 help
73 Driver to provide access to the GPIO pins of the bcma bus.
74
75 If unsure, say N
76
8369ae33
RM
77config BCMA_DEBUG
78 bool "BCMA debugging"
79 depends on BCMA
80 help
81 This turns on additional debugging messages.
82
83 If unsure, say N
84
85endmenu
This page took 0.157337 seconds and 5 git commands to generate.