aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ssb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/ssb/Kconfig')
-rw-r--r--drivers/ssb/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig
index f69ef0ba2613..0f7cce2560d1 100644
--- a/drivers/ssb/Kconfig
+++ b/drivers/ssb/Kconfig
@@ -20,6 +20,10 @@ config SSB
20 20
21 If unsure, say N. 21 If unsure, say N.
22 22
23# Common SPROM support routines
24config SSB_SPROM
25 bool
26
23config SSB_PCIHOST_POSSIBLE 27config SSB_PCIHOST_POSSIBLE
24 bool 28 bool
25 depends on SSB && (PCI = y || PCI = SSB) 29 depends on SSB && (PCI = y || PCI = SSB)
@@ -28,6 +32,7 @@ config SSB_PCIHOST_POSSIBLE
28config SSB_PCIHOST 32config SSB_PCIHOST
29 bool "Support for SSB on PCI-bus host" 33 bool "Support for SSB on PCI-bus host"
30 depends on SSB_PCIHOST_POSSIBLE 34 depends on SSB_PCIHOST_POSSIBLE
35 select SSB_SPROM
31 default y 36 default y
32 help 37 help
33 Support for a Sonics Silicon Backplane on top 38 Support for a Sonics Silicon Backplane on top
@@ -48,6 +53,7 @@ config SSB_PCMCIAHOST_POSSIBLE
48config SSB_PCMCIAHOST 53config SSB_PCMCIAHOST
49 bool "Support for SSB on PCMCIA-bus host (EXPERIMENTAL)" 54 bool "Support for SSB on PCMCIA-bus host (EXPERIMENTAL)"
50 depends on SSB_PCMCIAHOST_POSSIBLE 55 depends on SSB_PCMCIAHOST_POSSIBLE
56 select SSB_SPROM
51 help 57 help
52 Support for a Sonics Silicon Backplane on top 58 Support for a Sonics Silicon Backplane on top
53 of a PCMCIA device. 59 of a PCMCIA device.