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/auxdisplay | |
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/auxdisplay')
-rw-r--r-- | drivers/auxdisplay/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/auxdisplay/Kconfig b/drivers/auxdisplay/Kconfig index 0300e7f54cc4..2e18a63ead36 100644 --- a/drivers/auxdisplay/Kconfig +++ b/drivers/auxdisplay/Kconfig | |||
@@ -6,6 +6,7 @@ | |||
6 | # | 6 | # |
7 | 7 | ||
8 | menu "Auxiliary Display support" | 8 | menu "Auxiliary Display support" |
9 | depends on PARPORT | ||
9 | 10 | ||
10 | config KS0108 | 11 | config KS0108 |
11 | tristate "KS0108 LCD Controller" | 12 | tristate "KS0108 LCD Controller" |