2011-05-10 00:56:46 +08: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 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
|
|
|
|
|
2011-07-06 01:48:26 +08:00
|
|
|
config BCMA_DRIVER_PCI_HOSTMODE
|
|
|
|
bool "Driver for PCI core working in hostmode"
|
2012-03-26 08:02:55 +08:00
|
|
|
depends on BCMA && MIPS && BCMA_HOST_PCI
|
2011-07-06 01:48:26 +08:00
|
|
|
help
|
|
|
|
PCI core hostmode operation (external PCI bus).
|
|
|
|
|
2011-07-23 07:20:08 +08:00
|
|
|
config BCMA_HOST_SOC
|
|
|
|
bool
|
2011-07-23 07:20:09 +08:00
|
|
|
depends on BCMA_DRIVER_MIPS
|
|
|
|
|
|
|
|
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
|
|
|
|
2012-07-17 22:26:41 +08:00
|
|
|
config BCMA_SFLASH
|
|
|
|
bool
|
2012-08-11 03:23:53 +08:00
|
|
|
depends on BCMA_DRIVER_MIPS
|
2012-07-17 22:26:41 +08:00
|
|
|
default y
|
|
|
|
|
|
|
|
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
|
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
|
|
|
|
|
|
|
|
endmenu
|