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
70 bool "No SSB kernel messages"
71 depends on SSB && EMBEDDED
73 This option turns off all Sonics Silicon Backplane printks.
74 Note that you won't be able to identify problems, once
75 messages are turned off.
76 This might only be desired for production kernels on
77 embedded devices to reduce the kernel size.
83 depends on SSB && !SSB_SILENT
85 This turns on additional runtime checks and debugging
86 messages. Turn this on for SSB troubleshooting.
93 # ChipCommon and ExtIf serial support routines.
95 config SSB_DRIVER_PCICORE_POSSIBLE
97 depends on SSB_PCIHOST
100 config SSB_DRIVER_PCICORE
101 bool "SSB PCI core driver"
102 depends on SSB_DRIVER_PCICORE_POSSIBLE
104 Driver for the Sonics Silicon Backplane attached
109 config SSB_PCICORE_HOSTMODE
110 bool "Hostmode support for SSB PCI core"
111 depends on SSB_DRIVER_PCICORE && SSB_DRIVER_MIPS
113 PCIcore hostmode operation (external PCI bus).
115 config SSB_DRIVER_MIPS
116 bool "SSB Broadcom MIPS core driver"
117 depends on SSB && MIPS
120 Driver for the Sonics Silicon Backplane attached
125 # Assumption: We are on embedded, if we compile the MIPS core.
128 depends on SSB_DRIVER_MIPS
131 config SSB_DRIVER_EXTIF
132 bool "SSB Broadcom EXTIF core driver"
133 depends on SSB_DRIVER_MIPS
135 Driver for the Sonics Silicon Backplane attached
140 config SSB_DRIVER_GIGE
141 bool "SSB Broadcom Gigabit Ethernet driver"
142 depends on SSB_PCIHOST_POSSIBLE && SSB_EMBEDDED && MIPS
144 Driver for the Sonics Silicon Backplane attached
145 Broadcom Gigabit Ethernet.