Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) Kconfig (a86a8ca798e9c3037c04011c993a92c173fba0c2)
1# SPDX-License-Identifier: GPL-2.0-only
2config SSB_POSSIBLE
3 bool
4 depends on HAS_IOMEM && HAS_DMA
5 default y
6
7menuconfig SSB
8 tristate "Sonics Silicon Backplane support"

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

129config SSB_SFLASH
130 bool "SSB serial flash support"
131 depends on SSB_DRIVER_MIPS
132 default y
133
134# Assumption: We are on embedded, if we compile the MIPS core.
135config SSB_EMBEDDED
136 bool
1# SPDX-License-Identifier: GPL-2.0-only
2config SSB_POSSIBLE
3 bool
4 depends on HAS_IOMEM && HAS_DMA
5 default y
6
7menuconfig SSB
8 tristate "Sonics Silicon Backplane support"

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

129config SSB_SFLASH
130 bool "SSB serial flash support"
131 depends on SSB_DRIVER_MIPS
132 default y
133
134# Assumption: We are on embedded, if we compile the MIPS core.
135config SSB_EMBEDDED
136 bool
137 depends on SSB_DRIVER_MIPS && SSB_PCICORE_HOSTMODE
137 depends on SSB_DRIVER_MIPS
138 depends on PCI=n || SSB_PCICORE_HOSTMODE
138 default y
139
140config SSB_DRIVER_EXTIF
141 bool "SSB Broadcom EXTIF core driver"
142 depends on SSB_DRIVER_MIPS
143 help
144 Driver for the Sonics Silicon Backplane attached
145 Broadcom EXTIF core.

--- 22 unchanged lines hidden ---
139 default y
140
141config SSB_DRIVER_EXTIF
142 bool "SSB Broadcom EXTIF core driver"
143 depends on SSB_DRIVER_MIPS
144 help
145 Driver for the Sonics Silicon Backplane attached
146 Broadcom EXTIF core.

--- 22 unchanged lines hidden ---