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 "No SSB kernel messages"
85 depends on SSB && EXPERT
87 This option turns off all Sonics Silicon Backplane printks.
88 Note that you won't be able to identify problems, once
89 messages are turned off.
90 This might only be desired for production kernels on
91 embedded devices to reduce the kernel size.
97 depends on SSB && !SSB_SILENT
99 This turns on additional runtime checks and debugging
100 messages. Turn this on for SSB troubleshooting.
107 # ChipCommon and ExtIf serial support routines.
109 config SSB_DRIVER_PCICORE_POSSIBLE
111 depends on SSB_PCIHOST
114 config SSB_DRIVER_PCICORE
115 bool "SSB PCI core driver"
116 depends on SSB_DRIVER_PCICORE_POSSIBLE
118 Driver for the Sonics Silicon Backplane attached
123 config SSB_PCICORE_HOSTMODE
124 bool "Hostmode support for SSB PCI core"
125 depends on SSB_DRIVER_PCICORE && SSB_DRIVER_MIPS
127 PCIcore hostmode operation (external PCI bus).
129 config SSB_DRIVER_MIPS
130 bool "SSB Broadcom MIPS core driver"
131 depends on SSB && MIPS
135 Driver for the Sonics Silicon Backplane attached
141 bool "SSB serial flash support"
142 depends on SSB_DRIVER_MIPS
145 # Assumption: We are on embedded, if we compile the MIPS core.
148 depends on SSB_DRIVER_MIPS && SSB_PCICORE_HOSTMODE
151 config SSB_DRIVER_EXTIF
152 bool "SSB Broadcom EXTIF core driver"
153 depends on SSB_DRIVER_MIPS
155 Driver for the Sonics Silicon Backplane attached
160 config SSB_DRIVER_GIGE
161 bool "SSB Broadcom Gigabit Ethernet driver"
162 depends on SSB_PCIHOST_POSSIBLE && SSB_EMBEDDED && MIPS
164 Driver for the Sonics Silicon Backplane attached
165 Broadcom Gigabit Ethernet.
169 config SSB_DRIVER_GPIO
170 bool "SSB GPIO driver"
171 depends on SSB && GPIOLIB
172 select IRQ_DOMAIN if SSB_EMBEDDED
174 Driver to provide access to the GPIO pins on the bus.