Kconfig (cb54b53adae70701bdd77d848cea4b9b39b61cf9) Kconfig (092c46498e76904a3c21124131a29edff56ce3ed)
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

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

133 help
134 Driver for the Sonics Silicon Backplane attached
135 Broadcom MIPS core.
136
137 If unsure, say N
138
139config SSB_SFLASH
140 bool "SSB serial flash support"
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

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

133 help
134 Driver for the Sonics Silicon Backplane attached
135 Broadcom MIPS core.
136
137 If unsure, say N
138
139config SSB_SFLASH
140 bool "SSB serial flash support"
141 depends on SSB_DRIVER_MIPS && BROKEN
141 depends on SSB_DRIVER_MIPS
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 && SSB_PCICORE_HOSTMODE
148 default y
149

--- 27 unchanged lines hidden ---
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 && SSB_PCICORE_HOSTMODE
148 default y
149

--- 27 unchanged lines hidden ---