]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[S390] Kconfig: refine depends statements.
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 10 May 2007 13:45:56 +0000 (15:45 +0200)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 10 May 2007 13:46:07 +0000 (15:46 +0200)
Refine some depends statements to limit their visibility to the
environments that are actually supported.

Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
drivers/auxdisplay/Kconfig
drivers/char/Kconfig
drivers/ieee1394/Kconfig
drivers/kvm/Kconfig
drivers/message/fusion/Kconfig
drivers/message/i2o/Kconfig

index 0300e7f54cc4442e18d9d9966e5d8e7ddafe79bd..2e18a63ead36d735049d7297fedbc1c77b53d5db 100644 (file)
@@ -6,6 +6,7 @@
 #
 
 menu "Auxiliary Display support"
+       depends on PARPORT
 
 config KS0108
        tristate "KS0108 LCD Controller"
index 2df42fdcdc91d5ae87991f1de54de44b756ab040..715250077e44d34d0b32427125c9b174c91bfd98 100644 (file)
@@ -81,6 +81,7 @@ config VT_HW_CONSOLE_BINDING
 
 config SERIAL_NONSTANDARD
        bool "Non-standard serial port support"
+       depends on HAS_IOMEM
        ---help---
          Say Y here if you have any non-standard serial boards -- boards
          which aren't supported using the standard "dumb" serial driver.
@@ -858,6 +859,7 @@ config COBALT_LCD
 
 config DTLK
        tristate "Double Talk PC internal speech card support"
+       depends on ISA
        help
          This driver is for the DoubleTalk PC, a speech synthesizer
          manufactured by RC Systems (<http://www.rcsys.com/>).  It is also
index 61d7809a5a262340864f5012835b7a75636493cd..f21426ad2faaf1d963af5afd7a95bcb2e63d56fc 100644 (file)
@@ -1,4 +1,5 @@
 menu "IEEE 1394 (FireWire) support"
+       depends on PCI || BROKEN
 
 config IEEE1394
        tristate "IEEE 1394 (FireWire) support"
index 703cc88d1ef974bcf8d0b27f7625f23d079aec4c..e8e37d826478842df2d95d7f4d65db77623c8dfe 100644 (file)
@@ -2,6 +2,7 @@
 # KVM configuration
 #
 menu "Virtualization"
+       depends on X86
 
 config KVM
        tristate "Kernel-based Virtual Machine (KVM) support"
index 71037f91c222611e8d9933d441fb29a4337f4096..c88cc75ab49b7e807f30da88de8e4bf0bf776aba 100644 (file)
@@ -1,5 +1,6 @@
 
 menu "Fusion MPT device support"
+       depends on PCI
 
 config FUSION
        bool
index 6443392bffff17402d59b2ff39f3700a7229e7fe..f4ac21e5771e8da2d9bcb42455407f7c22ddaaf4 100644 (file)
@@ -1,5 +1,6 @@
 
 menu "I2O device support"
+       depends on PCI
 
 config I2O
        tristate "I2O support"