Kconfig (bf61c8840efe60fd8f91446860b63338fb424158) Kconfig (271792eff2a272b527ce5aa74d499e346fb851de)
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

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

139config SSB_SFLASH
140 bool "SSB serial flash support"
141 depends on SSB_DRIVER_MIPS && BROKEN
142 default y
143
144# Assumption: We are on embedded, if we compile the MIPS core.
145config SSB_EMBEDDED
146 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

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

139config SSB_SFLASH
140 bool "SSB serial flash support"
141 depends on SSB_DRIVER_MIPS && BROKEN
142 default y
143
144# Assumption: We are on embedded, if we compile the MIPS core.
145config SSB_EMBEDDED
146 bool
147 depends on SSB_DRIVER_MIPS
147 depends on SSB_DRIVER_MIPS && SSB_PCICORE_HOSTMODE
148 default y
149
150config SSB_DRIVER_EXTIF
151 bool "SSB Broadcom EXTIF core driver"
152 depends on SSB_DRIVER_MIPS
153 help
154 Driver for the Sonics Silicon Backplane attached
155 Broadcom EXTIF core.

--- 21 unchanged lines hidden ---
148 default y
149
150config SSB_DRIVER_EXTIF
151 bool "SSB Broadcom EXTIF core driver"
152 depends on SSB_DRIVER_MIPS
153 help
154 Driver for the Sonics Silicon Backplane attached
155 Broadcom EXTIF core.

--- 21 unchanged lines hidden ---