Kconfig (7a9787e1eba95a166265e6a260cf30af04ef0a99) Kconfig (9581483444d002e0b3807d9e66f552f372a6fc5e)
1menu "Sonics Silicon Backplane"
2
3config SSB_POSSIBLE
4 bool
5 depends on HAS_IOMEM && HAS_DMA
6 default y
7
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
8config SSB
9 tristate "Sonics Silicon Backplane support"
10 depends on SSB_POSSIBLE
11 help
12 Support for the Sonics Silicon Backplane bus.
13 You only need to enable this option, if you are
14 configuring a kernel for an embedded system with
15 this bus.

--- 133 unchanged lines hidden ---
9config SSB
10 tristate "Sonics Silicon Backplane support"
11 depends on SSB_POSSIBLE
12 help
13 Support for the Sonics Silicon Backplane bus.
14 You only need to enable this option, if you are
15 configuring a kernel for an embedded system with
16 this bus.

--- 133 unchanged lines hidden ---