[S390] Kconfig: refine depends statements.
Refine some depends statements to limit their visibility to the environments that are actually supported. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
This commit is contained in:
parent
490f03d659
commit
eeca7a36a8
|
@ -6,6 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
menu "Auxiliary Display support"
|
menu "Auxiliary Display support"
|
||||||
|
depends on PARPORT
|
||||||
|
|
||||||
config KS0108
|
config KS0108
|
||||||
tristate "KS0108 LCD Controller"
|
tristate "KS0108 LCD Controller"
|
||||||
|
|
|
@ -81,6 +81,7 @@ config VT_HW_CONSOLE_BINDING
|
||||||
|
|
||||||
config SERIAL_NONSTANDARD
|
config SERIAL_NONSTANDARD
|
||||||
bool "Non-standard serial port support"
|
bool "Non-standard serial port support"
|
||||||
|
depends on HAS_IOMEM
|
||||||
---help---
|
---help---
|
||||||
Say Y here if you have any non-standard serial boards -- boards
|
Say Y here if you have any non-standard serial boards -- boards
|
||||||
which aren't supported using the standard "dumb" serial driver.
|
which aren't supported using the standard "dumb" serial driver.
|
||||||
|
@ -858,6 +859,7 @@ config COBALT_LCD
|
||||||
|
|
||||||
config DTLK
|
config DTLK
|
||||||
tristate "Double Talk PC internal speech card support"
|
tristate "Double Talk PC internal speech card support"
|
||||||
|
depends on ISA
|
||||||
help
|
help
|
||||||
This driver is for the DoubleTalk PC, a speech synthesizer
|
This driver is for the DoubleTalk PC, a speech synthesizer
|
||||||
manufactured by RC Systems (<http://www.rcsys.com/>). It is also
|
manufactured by RC Systems (<http://www.rcsys.com/>). It is also
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
menu "IEEE 1394 (FireWire) support"
|
menu "IEEE 1394 (FireWire) support"
|
||||||
|
depends on PCI || BROKEN
|
||||||
|
|
||||||
config IEEE1394
|
config IEEE1394
|
||||||
tristate "IEEE 1394 (FireWire) support"
|
tristate "IEEE 1394 (FireWire) support"
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
# KVM configuration
|
# KVM configuration
|
||||||
#
|
#
|
||||||
menu "Virtualization"
|
menu "Virtualization"
|
||||||
|
depends on X86
|
||||||
|
|
||||||
config KVM
|
config KVM
|
||||||
tristate "Kernel-based Virtual Machine (KVM) support"
|
tristate "Kernel-based Virtual Machine (KVM) support"
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
menu "Fusion MPT device support"
|
menu "Fusion MPT device support"
|
||||||
|
depends on PCI
|
||||||
|
|
||||||
config FUSION
|
config FUSION
|
||||||
bool
|
bool
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
|
|
||||||
menu "I2O device support"
|
menu "I2O device support"
|
||||||
|
depends on PCI
|
||||||
|
|
||||||
config I2O
|
config I2O
|
||||||
tristate "I2O support"
|
tristate "I2O support"
|
||||||
|
|
Loading…
Reference in New Issue