83e9adf46441b549c619bc6c13da391e00781cf2
[deliverable/linux.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_DEBUG
31 bool "BCMA debugging"
32 depends on BCMA
33 help
34 This turns on additional debugging messages.
35
36 If unsure, say N
37
38 endmenu
This page took 0.050006 seconds and 5 git commands to generate.