Skip to content

Commit

Permalink
[S390] Kconfig: refine depends statements.
Browse files Browse the repository at this point in the history
Refine some depends statements to limit their visibility to the
environments that are actually supported.

Signed-off-by: Martin Schwidefsky <[email protected]>
  • Loading branch information
Martin Schwidefsky committed May 10, 2007
1 parent 490f03d commit eeca7a3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/auxdisplay/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#

menu "Auxiliary Display support"
depends on PARPORT

config KS0108
tristate "KS0108 LCD Controller"
Expand Down
2 changes: 2 additions & 0 deletions drivers/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions drivers/ieee1394/Kconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
menu "IEEE 1394 (FireWire) support"
depends on PCI || BROKEN

config IEEE1394
tristate "IEEE 1394 (FireWire) support"
Expand Down
1 change: 1 addition & 0 deletions drivers/kvm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# KVM configuration
#
menu "Virtualization"
depends on X86

config KVM
tristate "Kernel-based Virtual Machine (KVM) support"
Expand Down
1 change: 1 addition & 0 deletions drivers/message/fusion/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

menu "Fusion MPT device support"
depends on PCI

config FUSION
bool
Expand Down
1 change: 1 addition & 0 deletions drivers/message/i2o/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@

menu "I2O device support"
depends on PCI

config I2O
tristate "I2O support"
Expand Down

0 comments on commit eeca7a3

Please sign in to comment.