diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-05-10 09:45:56 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-05-10 09:46:07 -0400 |
commit | eeca7a36a86db8bfc1945dd7f6f0c22a6b66b31d (patch) | |
tree | 7963466b0106b4daf90f6c5ce039fc2c330335ab /drivers/char/Kconfig | |
parent | 490f03d6595fade75a9b26e6ea9c9ebb1e4fd05a (diff) |
[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/Kconfig')
-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 | |||
81 | 81 | ||
82 | config SERIAL_NONSTANDARD | 82 | config SERIAL_NONSTANDARD |
83 | bool "Non-standard serial port support" | 83 | bool "Non-standard serial port support" |
84 | depends on HAS_IOMEM | ||
84 | ---help--- | 85 | ---help--- |
85 | Say Y here if you have any non-standard serial boards -- boards | 86 | Say Y here if you have any non-standard serial boards -- boards |
86 | which aren't supported using the standard "dumb" serial driver. | 87 | which aren't supported using the standard "dumb" serial driver. |
@@ -858,6 +859,7 @@ config COBALT_LCD | |||
858 | 859 | ||
859 | config DTLK | 860 | config DTLK |
860 | tristate "Double Talk PC internal speech card support" | 861 | tristate "Double Talk PC internal speech card support" |
862 | depends on ISA | ||
861 | help | 863 | help |
862 | This driver is for the DoubleTalk PC, a speech synthesizer | 864 | This driver is for the DoubleTalk PC, a speech synthesizer |
863 | manufactured by RC Systems (<http://www.rcsys.com/>). It is also | 865 | manufactured by RC Systems (<http://www.rcsys.com/>). It is also |