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