2011-05-10 00:56:46 +08:00
|
|
|
config BCMA_POSSIBLE
|
|
|
|
bool
|
2015-03-06 01:25:12 +08:00
|
|
|
depends on HAS_IOMEM && HAS_DMA
|
2011-05-10 00:56:46 +08:00
|
|
|
default y
|
|
|
|
|
2017-04-17 18:07:30 +08:00
|
|
|
menuconfig BCMA
|
|
|
|
tristate "Broadcom specific AMBA"
|
2011-05-10 00:56:46 +08:00
|
|
|
depends on BCMA_POSSIBLE
|
|
|
|
help
|
|
|
|
Bus driver for Broadcom specific Advanced Microcontroller Bus
|
|
|
|
Architecture.
|
|
|
|
|
2011-05-20 09:27:06 +08:00
|
|
|
# Support for Block-I/O. SELECT this from the driver that needs it.
|
|
|
|
config BCMA_BLOCKIO
|
|
|
|
bool
|
|
|
|
depends on BCMA
|
|
|
|
|
2011-05-10 00:56:46 +08: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
|
2015-03-05 06:07:05 +08:00
|
|
|
select BCMA_DRIVER_PCI
|
2013-06-10 00:59:42 +08:00
|
|
|
default y
|
2011-05-10 00:56:46 +08:00
|
|
|
|
2011-07-23 07:20:08 +08:00
|
|
|
config BCMA_HOST_SOC
|
2013-07-15 19:15:05 +08: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 07:20:09 +08:00
|
|
|
|
2015-03-05 06:07:05 +08:00
|
|
|
config BCMA_DRIVER_PCI
|
2015-03-06 01:25:11 +08:00
|
|
|
bool "BCMA Broadcom PCI core driver"
|
|
|
|
depends on BCMA && PCI
|
2015-03-05 06:07:05 +08:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
BCMA bus may have many versions of PCIe core. This driver
|
|
|
|
supports:
|
|
|
|
1) PCIe core working in clientmode
|
|
|
|
2) PCIe Gen 2 clientmode core
|
|
|
|
|
|
|
|
In general PCIe (Gen 2) clientmode core is required on PCIe
|
|
|
|
hosted buses. It's responsible for initialization and basic
|
|
|
|
hardware management.
|
|
|
|
This driver is also prerequisite for a hostmode PCIe core
|
|
|
|
support.
|
|
|
|
|
2015-06-07 19:15:31 +08:00
|
|
|
config BCMA_DRIVER_PCI_HOSTMODE
|
|
|
|
bool "Driver for PCI core working in hostmode"
|
|
|
|
depends on BCMA && MIPS && BCMA_DRIVER_PCI
|
|
|
|
help
|
|
|
|
PCI core hostmode operation (external PCI bus).
|
|
|
|
|
2011-07-23 07:20:09 +08:00
|
|
|
config BCMA_DRIVER_MIPS
|
|
|
|
bool "BCMA Broadcom MIPS core driver"
|
2011-07-23 07:20:08 +08:00
|
|
|
depends on BCMA && MIPS
|
2011-07-23 07:20:09 +08:00
|
|
|
help
|
|
|
|
Driver for the Broadcom MIPS core attached to Broadcom specific
|
|
|
|
Advanced Microcontroller Bus.
|
|
|
|
|
|
|
|
If unsure, say N
|
2011-07-23 07:20:08 +08:00
|
|
|
|
2016-02-12 17:15:44 +08:00
|
|
|
config BCMA_PFLASH
|
|
|
|
bool
|
|
|
|
depends on BCMA_DRIVER_MIPS
|
|
|
|
default y
|
|
|
|
|
2012-07-17 22:26:41 +08:00
|
|
|
config BCMA_SFLASH
|
2016-07-18 18:34:14 +08:00
|
|
|
bool "ChipCommon-attached serial flash support"
|
|
|
|
depends on BCMA_HOST_SOC
|
2012-07-17 22:26:41 +08:00
|
|
|
default y
|
2016-07-18 18:34:14 +08:00
|
|
|
help
|
|
|
|
Some cheap devices have serial flash connected to the ChipCommon
|
|
|
|
instead of independent SPI controller. It requires using a separated
|
|
|
|
driver that implements ChipCommon specific interface communication.
|
|
|
|
|
|
|
|
Enabling this symbol will let bcma recognize serial flash and register
|
|
|
|
it as platform device.
|
2012-07-17 22:26:41 +08:00
|
|
|
|
|
|
|
config BCMA_NFLASH
|
|
|
|
bool
|
2012-08-12 19:08:05 +08:00
|
|
|
depends on BCMA_DRIVER_MIPS
|
2012-07-17 22:26:41 +08:00
|
|
|
default y
|
|
|
|
|
2012-07-11 15:23:43 +08: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 06:24:30 +08:00
|
|
|
config BCMA_DRIVER_GPIO
|
|
|
|
bool "BCMA GPIO driver"
|
2012-12-16 23:35:35 +08:00
|
|
|
depends on BCMA && GPIOLIB
|
2015-08-14 06:21:45 +08:00
|
|
|
select GPIOLIB_IRQCHIP if BCMA_HOST_SOC
|
2012-11-21 06:24:30 +08:00
|
|
|
help
|
|
|
|
Driver to provide access to the GPIO pins of the bcma bus.
|
|
|
|
|
|
|
|
If unsure, say N
|
|
|
|
|
2011-05-10 00:56:46 +08:00
|
|
|
config BCMA_DEBUG
|
|
|
|
bool "BCMA debugging"
|
|
|
|
depends on BCMA
|
|
|
|
help
|
|
|
|
This turns on additional debugging messages.
|
|
|
|
|
|
|
|
If unsure, say N
|