Skip to content
Snippets Groups Projects
Commit 24b59223 authored by Paul Bolle's avatar Paul Bolle Committed by Jiri Kosina
Browse files

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: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent d0451c28
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment