Browse Source

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>
Paul Bolle 13 years ago
parent
commit
24b5922318
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/tty/Kconfig

+ 1 - 1
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