diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-12 14:40:02 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-10-13 10:32:17 +0200 |
commit | 24b59223187d4c388d43c4edd26301f21e15e2a0 (patch) | |
tree | b08c44fd7a4d18acbb379bd475e5188aef01f5c7 | |
parent | d0451c287cf4d0dff707a351c3c6edaed5e742ac (diff) | |
download | linux-24b59223187d4c388d43c4edd26301f21e15e2a0.tar.gz linux-24b59223187d4c388d43c4edd26301f21e15e2a0.tar.bz2 linux-24b59223187d4c388d43c4edd26301f21e15e2a0.zip |
tty: drop superfluous dependency in Kconfig
HW_CONSOLE doesn't need to depend on both VT and !S390 as VT already
depends on !S390.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r-- | drivers/tty/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig index bd7cc0527999..f462fa5f937c 100644 --- a/drivers/tty/Kconfig +++ b/drivers/tty/Kconfig @@ -62,7 +62,7 @@ config VT_CONSOLE config HW_CONSOLE bool - depends on VT && !S390 && !UML + depends on VT && !UML default y config VT_HW_CONSOLE_BINDING |