ALSA: hda - Add support for 92HD65 / 92HD66 family of codecs
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / bcma / Kconfig
blob353781b5b78b26bd7eeff712a3df1a1e6e77c626
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 config BCMA_HOST_PCI_POSSIBLE
17         bool
18         depends on BCMA && PCI = y
19         default y
21 config BCMA_HOST_PCI
22         bool "Support for BCMA on PCI-host bus"
23         depends on BCMA_HOST_PCI_POSSIBLE
25 config BCMA_DEBUG
26         bool "BCMA debugging"
27         depends on BCMA
28         help
29           This turns on additional debugging messages.
31           If unsure, say N
33 endmenu