2007-09-18 21:12:50 +02:00
|
|
|
config SSB_POSSIBLE
|
|
|
|
bool
|
2008-06-20 11:50:29 +02:00
|
|
|
depends on HAS_IOMEM && HAS_DMA
|
2007-09-18 21:12:50 +02:00
|
|
|
default y
|
|
|
|
|
2008-11-06 02:37:00 +01:00
|
|
|
menu "Sonics Silicon Backplane"
|
|
|
|
depends on SSB_POSSIBLE
|
|
|
|
|
2007-09-18 21:12:50 +02:00
|
|
|
config SSB
|
|
|
|
tristate "Sonics Silicon Backplane support"
|
|
|
|
depends on SSB_POSSIBLE
|
|
|
|
help
|
|
|
|
Support for the Sonics Silicon Backplane bus.
|
|
|
|
You only need to enable this option, if you are
|
|
|
|
configuring a kernel for an embedded system with
|
|
|
|
this bus.
|
|
|
|
It will be auto-selected if needed in other
|
|
|
|
environments.
|
|
|
|
|
|
|
|
The module will be called ssb.
|
|
|
|
|
|
|
|
If unsure, say N.
|
|
|
|
|
2008-03-10 17:26:32 +01:00
|
|
|
# Common SPROM support routines
|
|
|
|
config SSB_SPROM
|
|
|
|
bool
|
|
|
|
|
2008-04-02 19:46:56 +02:00
|
|
|
# Support for Block-I/O. SELECT this from the driver that needs it.
|
|
|
|
config SSB_BLOCKIO
|
|
|
|
bool
|
|
|
|
depends on SSB
|
|
|
|
|
2007-09-18 21:12:50 +02:00
|
|
|
config SSB_PCIHOST_POSSIBLE
|
|
|
|
bool
|
2007-10-15 17:23:21 +02:00
|
|
|
depends on SSB && (PCI = y || PCI = SSB)
|
2007-09-18 21:12:50 +02:00
|
|
|
default y
|
|
|
|
|
|
|
|
config SSB_PCIHOST
|
|
|
|
bool "Support for SSB on PCI-bus host"
|
|
|
|
depends on SSB_PCIHOST_POSSIBLE
|
2008-03-10 17:26:32 +01:00
|
|
|
select SSB_SPROM
|
2007-09-18 21:12:50 +02:00
|
|
|
default y
|
|
|
|
help
|
|
|
|
Support for a Sonics Silicon Backplane on top
|
|
|
|
of a PCI device.
|
|
|
|
|
|
|
|
If unsure, say Y
|
|
|
|
|
2008-02-23 10:59:26 +01:00
|
|
|
config SSB_B43_PCI_BRIDGE
|
|
|
|
bool
|
|
|
|
depends on SSB_PCIHOST
|
|
|
|
default n
|
|
|
|
|
2007-09-18 21:12:50 +02:00
|
|
|
config SSB_PCMCIAHOST_POSSIBLE
|
|
|
|
bool
|
2009-03-20 16:43:20 +01:00
|
|
|
depends on SSB && (PCMCIA = y || PCMCIA = SSB)
|
2007-09-18 21:12:50 +02:00
|
|
|
default y
|
|
|
|
|
|
|
|
config SSB_PCMCIAHOST
|
2009-03-20 16:43:20 +01:00
|
|
|
bool "Support for SSB on PCMCIA-bus host"
|
2007-09-18 21:12:50 +02:00
|
|
|
depends on SSB_PCMCIAHOST_POSSIBLE
|
2008-03-10 17:26:32 +01:00
|
|
|
select SSB_SPROM
|
2007-09-18 21:12:50 +02:00
|
|
|
help
|
|
|
|
Support for a Sonics Silicon Backplane on top
|
|
|
|
of a PCMCIA device.
|
|
|
|
|
|
|
|
If unsure, say N
|
|
|
|
|
2009-09-08 19:30:12 +02:00
|
|
|
config SSB_SDIOHOST_POSSIBLE
|
|
|
|
bool
|
|
|
|
depends on SSB && (MMC = y || MMC = SSB)
|
|
|
|
default y
|
|
|
|
|
|
|
|
config SSB_SDIOHOST
|
|
|
|
bool "Support for SSB on SDIO-bus host"
|
|
|
|
depends on SSB_SDIOHOST_POSSIBLE
|
|
|
|
help
|
|
|
|
Support for a Sonics Silicon Backplane on top
|
|
|
|
of a SDIO device.
|
|
|
|
|
|
|
|
If unsure, say N
|
|
|
|
|
2007-09-18 21:12:50 +02:00
|
|
|
config SSB_SILENT
|
|
|
|
bool "No SSB kernel messages"
|
2011-01-20 23:44:16 +01:00
|
|
|
depends on SSB && EXPERT
|
2007-09-18 21:12:50 +02:00
|
|
|
help
|
|
|
|
This option turns off all Sonics Silicon Backplane printks.
|
|
|
|
Note that you won't be able to identify problems, once
|
|
|
|
messages are turned off.
|
|
|
|
This might only be desired for production kernels on
|
|
|
|
embedded devices to reduce the kernel size.
|
|
|
|
|
|
|
|
Say N
|
|
|
|
|
|
|
|
config SSB_DEBUG
|
|
|
|
bool "SSB debugging"
|
|
|
|
depends on SSB && !SSB_SILENT
|
|
|
|
help
|
|
|
|
This turns on additional runtime checks and debugging
|
|
|
|
messages. Turn this on for SSB troubleshooting.
|
|
|
|
|
|
|
|
If unsure, say N
|
|
|
|
|
|
|
|
config SSB_SERIAL
|
|
|
|
bool
|
|
|
|
depends on SSB
|
|
|
|
# ChipCommon and ExtIf serial support routines.
|
|
|
|
|
|
|
|
config SSB_DRIVER_PCICORE_POSSIBLE
|
|
|
|
bool
|
|
|
|
depends on SSB_PCIHOST
|
|
|
|
default y
|
|
|
|
|
|
|
|
config SSB_DRIVER_PCICORE
|
|
|
|
bool "SSB PCI core driver"
|
|
|
|
depends on SSB_DRIVER_PCICORE_POSSIBLE
|
|
|
|
help
|
|
|
|
Driver for the Sonics Silicon Backplane attached
|
|
|
|
Broadcom PCI core.
|
|
|
|
|
|
|
|
If unsure, say Y
|
|
|
|
|
|
|
|
config SSB_PCICORE_HOSTMODE
|
2009-03-20 16:43:20 +01:00
|
|
|
bool "Hostmode support for SSB PCI core"
|
|
|
|
depends on SSB_DRIVER_PCICORE && SSB_DRIVER_MIPS
|
2007-09-18 21:12:50 +02:00
|
|
|
help
|
|
|
|
PCIcore hostmode operation (external PCI bus).
|
|
|
|
|
|
|
|
config SSB_DRIVER_MIPS
|
2009-03-20 16:43:20 +01:00
|
|
|
bool "SSB Broadcom MIPS core driver"
|
|
|
|
depends on SSB && MIPS
|
2007-09-18 21:12:50 +02:00
|
|
|
select SSB_SERIAL
|
|
|
|
help
|
|
|
|
Driver for the Sonics Silicon Backplane attached
|
|
|
|
Broadcom MIPS core.
|
|
|
|
|
|
|
|
If unsure, say N
|
|
|
|
|
2008-02-19 12:41:30 +01:00
|
|
|
# Assumption: We are on embedded, if we compile the MIPS core.
|
|
|
|
config SSB_EMBEDDED
|
|
|
|
bool
|
|
|
|
depends on SSB_DRIVER_MIPS
|
|
|
|
default y
|
|
|
|
|
2007-09-18 21:12:50 +02:00
|
|
|
config SSB_DRIVER_EXTIF
|
2009-03-20 16:43:20 +01:00
|
|
|
bool "SSB Broadcom EXTIF core driver"
|
|
|
|
depends on SSB_DRIVER_MIPS
|
2007-09-18 21:12:50 +02:00
|
|
|
help
|
|
|
|
Driver for the Sonics Silicon Backplane attached
|
|
|
|
Broadcom EXTIF core.
|
|
|
|
|
|
|
|
If unsure, say N
|
|
|
|
|
2008-02-29 11:36:12 +01:00
|
|
|
config SSB_DRIVER_GIGE
|
|
|
|
bool "SSB Broadcom Gigabit Ethernet driver"
|
|
|
|
depends on SSB_PCIHOST_POSSIBLE && SSB_EMBEDDED && MIPS
|
|
|
|
help
|
|
|
|
Driver for the Sonics Silicon Backplane attached
|
|
|
|
Broadcom Gigabit Ethernet.
|
|
|
|
|
|
|
|
If unsure, say N
|
|
|
|
|
2007-09-18 21:12:50 +02:00
|
|
|
endmenu
|