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>
This commit is contained in:
Paul Bolle 2011-10-12 14:40:02 +02:00 committed by Jiri Kosina
parent d0451c287c
commit 24b5922318

View file

@ -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