3 depends on HAS_IOMEM && HAS_DMA
6 menu "Sonics Silicon Backplane"
7 depends on SSB_POSSIBLE
10 tristate "Sonics Silicon Backplane support"
11 depends on SSB_POSSIBLE
13 Support for the Sonics Silicon Backplane bus.
14 You only need to enable this option, if you are
15 configuring a kernel for an embedded system with
17 It will be auto-selected if needed in other
20 The module will be called ssb.
24 # Common SPROM support routines
28 # Support for Block-I/O. SELECT this from the driver that needs it.
33 config SSB_PCIHOST_POSSIBLE
35 depends on SSB && (PCI = y || PCI = SSB)
39 bool "Support for SSB on PCI-bus host"
40 depends on SSB_PCIHOST_POSSIBLE
44 Support for a Sonics Silicon Backplane on top
49 config SSB_B43_PCI_BRIDGE
51 depends on SSB_PCIHOST
54 config SSB_PCMCIAHOST_POSSIBLE
56 depends on SSB && (PCMCIA = y || PCMCIA = SSB)
60 bool "Support for SSB on PCMCIA-bus host"
61 depends on SSB_PCMCIAHOST_POSSIBLE
64 Support for a Sonics Silicon Backplane on top
69 config SSB_SDIOHOST_POSSIBLE
71 depends on SSB && (MMC = y || MMC = SSB)
75 bool "Support for SSB on SDIO-bus host"
76 depends on SSB_SDIOHOST_POSSIBLE
78 Support for a Sonics Silicon Backplane on top
84 bool "Support for SSB bus on SoC"
85 depends on SSB && BCM47XX_NVRAM
88 Host interface for a SSB directly mapped into memory. This is
89 for some Broadcom SoCs from the BCM47xx and BCM53xx lines.
94 bool "No SSB kernel messages"
95 depends on SSB && EXPERT
97 This option turns off all Sonics Silicon Backplane printks.
98 Note that you won't be able to identify problems, once
99 messages are turned off.
100 This might only be desired for production kernels on
101 embedded devices to reduce the kernel size.
107 depends on SSB && !SSB_SILENT
109 This turns on additional runtime checks and debugging
110 messages. Turn this on for SSB troubleshooting.
117 # ChipCommon and ExtIf serial support routines.
119 config SSB_DRIVER_PCICORE_POSSIBLE
121 depends on SSB_PCIHOST
124 config SSB_DRIVER_PCICORE
125 bool "SSB PCI core driver"
126 depends on SSB_DRIVER_PCICORE_POSSIBLE
128 Driver for the Sonics Silicon Backplane attached
133 config SSB_PCICORE_HOSTMODE
134 bool "Hostmode support for SSB PCI core"
135 depends on SSB_DRIVER_PCICORE && SSB_DRIVER_MIPS
137 PCIcore hostmode operation (external PCI bus).
139 config SSB_DRIVER_MIPS
140 bool "SSB Broadcom MIPS core driver"
141 depends on SSB && MIPS
145 Driver for the Sonics Silicon Backplane attached
151 bool "SSB serial flash support"
152 depends on SSB_DRIVER_MIPS
155 # Assumption: We are on embedded, if we compile the MIPS core.
158 depends on SSB_DRIVER_MIPS && SSB_PCICORE_HOSTMODE
161 config SSB_DRIVER_EXTIF
162 bool "SSB Broadcom EXTIF core driver"
163 depends on SSB_DRIVER_MIPS
165 Driver for the Sonics Silicon Backplane attached
170 config SSB_DRIVER_GIGE
171 bool "SSB Broadcom Gigabit Ethernet driver"
172 depends on SSB_PCIHOST_POSSIBLE && SSB_EMBEDDED && MIPS
174 Driver for the Sonics Silicon Backplane attached
175 Broadcom Gigabit Ethernet.
179 config SSB_DRIVER_GPIO
180 bool "SSB GPIO driver"
181 depends on SSB && GPIOLIB
182 select IRQ_DOMAIN if SSB_EMBEDDED
184 Driver to provide access to the GPIO pins on the bus.