tty: drop superfluous dependency in Kconfig
authorPaul Bolle <pebolle@tiscali.nl>
Wed, 12 Oct 2011 12:40:02 +0000 (14:40 +0200)
committerJiri Kosina <jkosina@suse.cz>
Thu, 13 Oct 2011 08:32:17 +0000 (10:32 +0200)
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>
drivers/tty/Kconfig

index bd7cc05..f462fa5 100644 (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