Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -62,7 +62,7 @@ config VT_CONSOLE


config HW_CONSOLE
config HW_CONSOLE
	bool
	bool
	depends on VT && !S390 && !UML
	depends on VT && !UML
	default y
	default y


config VT_HW_CONSOLE_BINDING
config VT_HW_CONSOLE_BINDING