Refine some depends statements to limit their visibility to the
environments that are actually supported.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
 #
 
 menu "Auxiliary Display support"
+       depends on PARPORT
 
 config KS0108
        tristate "KS0108 LCD Controller"
 
 
 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.
 
 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
 
 menu "IEEE 1394 (FireWire) support"
+       depends on PCI || BROKEN
 
 config IEEE1394
        tristate "IEEE 1394 (FireWire) support"
 
 # KVM configuration
 #
 menu "Virtualization"
+       depends on X86
 
 config KVM
        tristate "Kernel-based Virtual Machine (KVM) support"
 
 
 menu "Fusion MPT device support"
+       depends on PCI
 
 config FUSION
        bool
 
 
 menu "I2O device support"
+       depends on PCI
 
 config I2O
        tristate "I2O support"