Merge tag 'upstream-3.7-rc1-fastmap' of git://git.infradead.org/linux-ubi
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / bcma / Kconfig
1 config BCMA_POSSIBLE
2 bool
3 depends on HAS_IOMEM && HAS_DMA
4 default y
5
6 menu "Broadcom specific AMBA"
7 depends on BCMA_POSSIBLE
8
9 config BCMA
10 tristate "BCMA support"
11 depends on BCMA_POSSIBLE
12 help
13 Bus driver for Broadcom specific Advanced Microcontroller Bus
14 Architecture.
15
16 # Support for Block-I/O. SELECT this from the driver that needs it.
17 config BCMA_BLOCKIO
18 bool
19 depends on BCMA
20
21 config BCMA_HOST_PCI_POSSIBLE
22 bool
23 depends on BCMA && PCI = y
24 default y
25
26 config BCMA_HOST_PCI
27 bool "Support for BCMA on PCI-host bus"
28 depends on BCMA_HOST_PCI_POSSIBLE
29
30 config BCMA_DRIVER_PCI_HOSTMODE
31 bool "Driver for PCI core working in hostmode"
32 depends on BCMA && MIPS && BCMA_HOST_PCI
33 help
34 PCI core hostmode operation (external PCI bus).
35
36 config BCMA_HOST_SOC
37 bool
38 depends on BCMA_DRIVER_MIPS
39
40 config BCMA_DRIVER_MIPS
41 bool "BCMA Broadcom MIPS core driver"
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
48
49 config BCMA_SFLASH
50 bool
51 depends on BCMA_DRIVER_MIPS
52 default y
53
54 config BCMA_NFLASH
55 bool
56 depends on BCMA_DRIVER_MIPS
57 default y
58
59 config 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
68 config BCMA_DEBUG
69 bool "BCMA debugging"
70 depends on BCMA
71 help
72 This turns on additional debugging messages.
73
74 If unsure, say N
75
76 endmenu