commit | 24b59223187d4c388d43c4edd26301f21e15e2a0 | [log] [tgz] |
---|---|---|
author | Paul Bolle <pebolle@tiscali.nl> | Wed Oct 12 14:40:02 2011 +0200 |
committer | Jiri Kosina <jkosina@suse.cz> | Thu Oct 13 10:32:17 2011 +0200 |
tree | b08c44fd7a4d18acbb379bd475e5188aef01f5c7 | |
parent | d0451c287cf4d0dff707a351c3c6edaed5e742ac [diff] |
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>
diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig index bd7cc05..f462fa5 100644 --- a/drivers/tty/Kconfig +++ b/drivers/tty/Kconfig
@@ -62,7 +62,7 @@ config HW_CONSOLE bool - depends on VT && !S390 && !UML + depends on VT && !UML default y config VT_HW_CONSOLE_BINDING