mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-26 03:17:48 +00:00
34 lines
597 B
Plaintext
34 lines
597 B
Plaintext
|
config BCMA_POSSIBLE
|
||
|
bool
|
||
|
depends on HAS_IOMEM && HAS_DMA
|
||
|
default y
|
||
|
|
||
|
menu "Broadcom specific AMBA"
|
||
|
depends on BCMA_POSSIBLE
|
||
|
|
||
|
config BCMA
|
||
|
tristate "BCMA support"
|
||
|
depends on BCMA_POSSIBLE
|
||
|
help
|
||
|
Bus driver for Broadcom specific Advanced Microcontroller Bus
|
||
|
Architecture.
|
||
|
|
||
|
config BCMA_HOST_PCI_POSSIBLE
|
||
|
bool
|
||
|
depends on BCMA && PCI = y
|
||
|
default y
|
||
|
|
||
|
config BCMA_HOST_PCI
|
||
|
bool "Support for BCMA on PCI-host bus"
|
||
|
depends on BCMA_HOST_PCI_POSSIBLE
|
||
|
|
||
|
config BCMA_DEBUG
|
||
|
bool "BCMA debugging"
|
||
|
depends on BCMA
|
||
|
help
|
||
|
This turns on additional debugging messages.
|
||
|
|
||
|
If unsure, say N
|
||
|
|
||
|
endmenu
|