]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/ssb/Kconfig
Staging: wbusb: fix a bunch of compiler warnings
[linux-2.6-omap-h63xx.git] / drivers / ssb / Kconfig
index adea792fb6753266f8903f7b31fb8c50c374b303..307b1f62d949c42c49940d9ca7dd206943076e67 100644 (file)
@@ -2,7 +2,7 @@ menu "Sonics Silicon Backplane"
 
 config SSB_POSSIBLE
        bool
-       depends on HAS_IOMEM
+       depends on HAS_IOMEM && HAS_DMA
        default y
 
 config SSB
@@ -20,6 +20,15 @@ config SSB
 
          If unsure, say N.
 
+# Common SPROM support routines
+config SSB_SPROM
+       bool
+
+# Support for Block-I/O. SELECT this from the driver that needs it.
+config SSB_BLOCKIO
+       bool
+       depends on SSB
+
 config SSB_PCIHOST_POSSIBLE
        bool
        depends on SSB && (PCI = y || PCI = SSB)
@@ -28,6 +37,7 @@ config SSB_PCIHOST_POSSIBLE
 config SSB_PCIHOST
        bool "Support for SSB on PCI-bus host"
        depends on SSB_PCIHOST_POSSIBLE
+       select SSB_SPROM
        default y
        help
          Support for a Sonics Silicon Backplane on top
@@ -48,6 +58,7 @@ config SSB_PCMCIAHOST_POSSIBLE
 config SSB_PCMCIAHOST
        bool "Support for SSB on PCMCIA-bus host (EXPERIMENTAL)"
        depends on SSB_PCMCIAHOST_POSSIBLE
+       select SSB_SPROM
        help
          Support for a Sonics Silicon Backplane on top
          of a PCMCIA device.
@@ -125,4 +136,13 @@ config SSB_DRIVER_EXTIF
 
          If unsure, say N
 
+config SSB_DRIVER_GIGE
+       bool "SSB Broadcom Gigabit Ethernet driver"
+       depends on SSB_PCIHOST_POSSIBLE && SSB_EMBEDDED && MIPS
+       help
+         Driver for the Sonics Silicon Backplane attached
+         Broadcom Gigabit Ethernet.
+
+         If unsure, say N
+
 endmenu