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