Kconfig (94cc2fde365fb4484080ea6675bb1e0c933f8002) Kconfig (36910d82a80c1c0c61e505c6d3ecaa901ee13a26)
1config SSB_POSSIBLE
2 bool
3 depends on HAS_IOMEM && HAS_DMA
4 default y
5
6menuconfig SSB
7 tristate "Sonics Silicon Backplane support"
8 depends on SSB_POSSIBLE

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

112
113config SSB_SERIAL
114 bool
115 depends on SSB
116 # ChipCommon and ExtIf serial support routines.
117
118config SSB_DRIVER_PCICORE_POSSIBLE
119 bool
1config SSB_POSSIBLE
2 bool
3 depends on HAS_IOMEM && HAS_DMA
4 default y
5
6menuconfig SSB
7 tristate "Sonics Silicon Backplane support"
8 depends on SSB_POSSIBLE

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

112
113config SSB_SERIAL
114 bool
115 depends on SSB
116 # ChipCommon and ExtIf serial support routines.
117
118config SSB_DRIVER_PCICORE_POSSIBLE
119 bool
120 depends on SSB_PCIHOST && SSB = y
120 depends on SSB_PCIHOST
121 default y
122
123config SSB_DRIVER_PCICORE
124 bool "SSB PCI core driver"
125 depends on SSB_DRIVER_PCICORE_POSSIBLE
126 help
127 Driver for the Sonics Silicon Backplane attached
128 Broadcom PCI core.

--- 59 unchanged lines hidden ---
121 default y
122
123config SSB_DRIVER_PCICORE
124 bool "SSB PCI core driver"
125 depends on SSB_DRIVER_PCICORE_POSSIBLE
126 help
127 Driver for the Sonics Silicon Backplane attached
128 Broadcom PCI core.

--- 59 unchanged lines hidden ---