2011-05-09 20:56:46 +04:00
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.
2011-05-20 05:27:06 +04:00
# Support for Block-I/O. SELECT this from the driver that needs it.
config BCMA_BLOCKIO
bool
depends on BCMA
2011-05-09 20:56:46 +04:00
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
2013-06-09 20:59:42 +04:00
default y
2011-05-09 20:56:46 +04:00
2011-07-05 21:48:26 +04:00
config BCMA_DRIVER_PCI_HOSTMODE
bool "Driver for PCI core working in hostmode"
2012-03-26 04:02:55 +04:00
depends on BCMA && MIPS && BCMA_HOST_PCI
2011-07-05 21:48:26 +04:00
help
PCI core hostmode operation (external PCI bus).
2011-07-23 03:20:08 +04:00
config BCMA_HOST_SOC
2013-07-15 15:15:05 +04:00
bool "Support for BCMA in a SoC"
depends on BCMA
help
Host interface for a Broadcom AIX bus directly mapped into
the memory. This only works with the Broadcom SoCs from the
BCM47XX line.
If unsure, say N
2011-07-23 03:20:09 +04:00
config BCMA_DRIVER_MIPS
bool "BCMA Broadcom MIPS core driver"
2011-07-23 03:20:08 +04:00
depends on BCMA && MIPS
2011-07-23 03:20:09 +04:00
help
Driver for the Broadcom MIPS core attached to Broadcom specific
Advanced Microcontroller Bus.
If unsure, say N
2011-07-23 03:20:08 +04:00
2012-07-17 18:26:41 +04:00
config BCMA_SFLASH
bool
2012-08-10 23:23:53 +04:00
depends on BCMA_DRIVER_MIPS
2012-07-17 18:26:41 +04:00
default y
config BCMA_NFLASH
bool
2012-08-12 15:08:05 +04:00
depends on BCMA_DRIVER_MIPS
2012-07-17 18:26:41 +04:00
default y
2012-07-11 11:23:43 +04:00
config BCMA_DRIVER_GMAC_CMN
bool "BCMA Broadcom GBIT MAC COMMON core driver"
depends on BCMA
help
Driver for the Broadcom GBIT MAC COMMON core attached to Broadcom
specific Advanced Microcontroller Bus.
If unsure, say N
2012-11-21 02:24:30 +04:00
config BCMA_DRIVER_GPIO
bool "BCMA GPIO driver"
2012-12-16 19:35:35 +04:00
depends on BCMA && GPIOLIB
2012-11-21 02:24:30 +04:00
help
Driver to provide access to the GPIO pins of the bcma bus.
If unsure, say N
2011-05-09 20:56:46 +04:00
config BCMA_DEBUG
bool "BCMA debugging"
depends on BCMA
help
This turns on additional debugging messages.
If unsure, say N
endmenu