diff options
author | Martin Schwidefsky | 2007-05-10 15:45:56 +0200 |
---|---|---|
committer | Martin Schwidefsky | 2007-05-10 15:46:07 +0200 |
commit | eeca7a36a86db8bfc1945dd7f6f0c22a6b66b31d (patch) | |
tree | 7963466b0106b4daf90f6c5ce039fc2c330335ab /drivers/char | |
parent | [S390] Avoid compile warning. (diff) | |
download | kernel-qcow2-linux-eeca7a36a86db8bfc1945dd7f6f0c22a6b66b31d.tar.gz kernel-qcow2-linux-eeca7a36a86db8bfc1945dd7f6f0c22a6b66b31d.tar.xz kernel-qcow2-linux-eeca7a36a86db8bfc1945dd7f6f0c22a6b66b31d.zip |
[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>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 2df42fdcdc91..715250077e44 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig @@ -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 |