Kconfig (ebf8889bd1fe3615991ff4494635d237280652a2) | Kconfig (9be4bfb974b37410466db605abe3402236167e05) |
---|---|
1menu "Sonics Silicon Backplane" 2 3config SSB_POSSIBLE 4 bool 5 depends on HAS_IOMEM 6 default y 7 8config SSB --- 8 unchanged lines hidden (view full) --- 17 environments. 18 19 The module will be called ssb. 20 21 If unsure, say N. 22 23config SSB_PCIHOST_POSSIBLE 24 bool | 1menu "Sonics Silicon Backplane" 2 3config SSB_POSSIBLE 4 bool 5 depends on HAS_IOMEM 6 default y 7 8config SSB --- 8 unchanged lines hidden (view full) --- 17 environments. 18 19 The module will be called ssb. 20 21 If unsure, say N. 22 23config SSB_PCIHOST_POSSIBLE 24 bool |
25 depends on SSB && PCI | 25 depends on SSB && (PCI = y || PCI = SSB) |
26 default y 27 28config SSB_PCIHOST 29 bool "Support for SSB on PCI-bus host" 30 depends on SSB_PCIHOST_POSSIBLE 31 default y 32 help 33 Support for a Sonics Silicon Backplane on top 34 of a PCI device. 35 36 If unsure, say Y 37 38config SSB_PCMCIAHOST_POSSIBLE 39 bool | 26 default y 27 28config SSB_PCIHOST 29 bool "Support for SSB on PCI-bus host" 30 depends on SSB_PCIHOST_POSSIBLE 31 default y 32 help 33 Support for a Sonics Silicon Backplane on top 34 of a PCI device. 35 36 If unsure, say Y 37 38config SSB_PCMCIAHOST_POSSIBLE 39 bool |
40 depends on SSB && PCMCIA && EXPERIMENTAL | 40 depends on SSB && (PCMCIA = y || PCMCIA = SSB) && EXPERIMENTAL |
41 default y 42 43config SSB_PCMCIAHOST 44 bool "Support for SSB on PCMCIA-bus host (EXPERIMENTAL)" 45 depends on SSB_PCMCIAHOST_POSSIBLE 46 help 47 Support for a Sonics Silicon Backplane on top 48 of a PCMCIA device. --- 69 unchanged lines hidden --- | 41 default y 42 43config SSB_PCMCIAHOST 44 bool "Support for SSB on PCMCIA-bus host (EXPERIMENTAL)" 45 depends on SSB_PCMCIAHOST_POSSIBLE 46 help 47 Support for a Sonics Silicon Backplane on top 48 of a PCMCIA device. --- 69 unchanged lines hidden --- |