Merge branch 'sched/urgent'
[linux-2.6/x86.git] / drivers / bcma / Kconfig
blobae0a02e1b808dafdf2e13edfac026f339fb68a43
1 config BCMA_POSSIBLE
2         bool
3         depends on HAS_IOMEM && HAS_DMA
4         default y
6 menu "Broadcom specific AMBA"
7         depends on BCMA_POSSIBLE
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.
16 # Support for Block-I/O. SELECT this from the driver that needs it.
17 config BCMA_BLOCKIO
18         bool
19         depends on BCMA
21 config BCMA_HOST_PCI_POSSIBLE
22         bool
23         depends on BCMA && PCI = y
24         default y
26 config BCMA_HOST_PCI
27         bool "Support for BCMA on PCI-host bus"
28         depends on BCMA_HOST_PCI_POSSIBLE
30 config BCMA_DRIVER_PCI_HOSTMODE
31         bool "Driver for PCI core working in hostmode"
32         depends on BCMA && MIPS
33         help
34           PCI core hostmode operation (external PCI bus).
36 config BCMA_DEBUG
37         bool "BCMA debugging"
38         depends on BCMA
39         help
40           This turns on additional debugging messages.
42           If unsure, say N
44 endmenu