Kconfig (a9de18eb761f7c1c860964b2e5addc1a35c7e861) Kconfig (feeb44454996cf5b375fad21697bf6202fe30dd2)
1config SSB_POSSIBLE
2 bool
3 depends on HAS_IOMEM && HAS_DMA
4 default y
5
6menu "Sonics Silicon Backplane"
7 depends on SSB_POSSIBLE
8

--- 39 unchanged lines hidden (view full) ---

48
49config SSB_B43_PCI_BRIDGE
50 bool
51 depends on SSB_PCIHOST
52 default n
53
54config SSB_PCMCIAHOST_POSSIBLE
55 bool
1config SSB_POSSIBLE
2 bool
3 depends on HAS_IOMEM && HAS_DMA
4 default y
5
6menu "Sonics Silicon Backplane"
7 depends on SSB_POSSIBLE
8

--- 39 unchanged lines hidden (view full) ---

48
49config SSB_B43_PCI_BRIDGE
50 bool
51 depends on SSB_PCIHOST
52 default n
53
54config SSB_PCMCIAHOST_POSSIBLE
55 bool
56 depends on SSB && (PCMCIA = y || PCMCIA = SSB) && EXPERIMENTAL
56 depends on SSB && (PCMCIA = y || PCMCIA = SSB)
57 default y
58
59config SSB_PCMCIAHOST
57 default y
58
59config SSB_PCMCIAHOST
60 bool "Support for SSB on PCMCIA-bus host (EXPERIMENTAL)"
60 bool "Support for SSB on PCMCIA-bus host"
61 depends on SSB_PCMCIAHOST_POSSIBLE
62 select SSB_SPROM
63 help
64 Support for a Sonics Silicon Backplane on top
65 of a PCMCIA device.
66
67 If unsure, say N
68

--- 33 unchanged lines hidden (view full) ---

102 depends on SSB_DRIVER_PCICORE_POSSIBLE
103 help
104 Driver for the Sonics Silicon Backplane attached
105 Broadcom PCI core.
106
107 If unsure, say Y
108
109config SSB_PCICORE_HOSTMODE
61 depends on SSB_PCMCIAHOST_POSSIBLE
62 select SSB_SPROM
63 help
64 Support for a Sonics Silicon Backplane on top
65 of a PCMCIA device.
66
67 If unsure, say N
68

--- 33 unchanged lines hidden (view full) ---

102 depends on SSB_DRIVER_PCICORE_POSSIBLE
103 help
104 Driver for the Sonics Silicon Backplane attached
105 Broadcom PCI core.
106
107 If unsure, say Y
108
109config SSB_PCICORE_HOSTMODE
110 bool "Hostmode support for SSB PCI core (EXPERIMENTAL)"
111 depends on SSB_DRIVER_PCICORE && SSB_DRIVER_MIPS && EXPERIMENTAL
110 bool "Hostmode support for SSB PCI core"
111 depends on SSB_DRIVER_PCICORE && SSB_DRIVER_MIPS
112 help
113 PCIcore hostmode operation (external PCI bus).
114
115config SSB_DRIVER_MIPS
112 help
113 PCIcore hostmode operation (external PCI bus).
114
115config SSB_DRIVER_MIPS
116 bool "SSB Broadcom MIPS core driver (EXPERIMENTAL)"
117 depends on SSB && MIPS && EXPERIMENTAL
116 bool "SSB Broadcom MIPS core driver"
117 depends on SSB && MIPS
118 select SSB_SERIAL
119 help
120 Driver for the Sonics Silicon Backplane attached
121 Broadcom MIPS core.
122
123 If unsure, say N
124
125# Assumption: We are on embedded, if we compile the MIPS core.
126config SSB_EMBEDDED
127 bool
128 depends on SSB_DRIVER_MIPS
129 default y
130
131config SSB_DRIVER_EXTIF
118 select SSB_SERIAL
119 help
120 Driver for the Sonics Silicon Backplane attached
121 Broadcom MIPS core.
122
123 If unsure, say N
124
125# Assumption: We are on embedded, if we compile the MIPS core.
126config SSB_EMBEDDED
127 bool
128 depends on SSB_DRIVER_MIPS
129 default y
130
131config SSB_DRIVER_EXTIF
132 bool "SSB Broadcom EXTIF core driver (EXPERIMENTAL)"
133 depends on SSB_DRIVER_MIPS && EXPERIMENTAL
132 bool "SSB Broadcom EXTIF core driver"
133 depends on SSB_DRIVER_MIPS
134 help
135 Driver for the Sonics Silicon Backplane attached
136 Broadcom EXTIF core.
137
138 If unsure, say N
139
140config SSB_DRIVER_GIGE
141 bool "SSB Broadcom Gigabit Ethernet driver"
142 depends on SSB_PCIHOST_POSSIBLE && SSB_EMBEDDED && MIPS
143 help
144 Driver for the Sonics Silicon Backplane attached
145 Broadcom Gigabit Ethernet.
146
147 If unsure, say N
148
149endmenu
134 help
135 Driver for the Sonics Silicon Backplane attached
136 Broadcom EXTIF core.
137
138 If unsure, say N
139
140config SSB_DRIVER_GIGE
141 bool "SSB Broadcom Gigabit Ethernet driver"
142 depends on SSB_PCIHOST_POSSIBLE && SSB_EMBEDDED && MIPS
143 help
144 Driver for the Sonics Silicon Backplane attached
145 Broadcom Gigabit Ethernet.
146
147 If unsure, say N
148
149endmenu