From: Paul Bolle Date: Wed, 12 Oct 2011 12:40:02 +0000 (+0200) Subject: tty: drop superfluous dependency in Kconfig X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=24b59223187d4c388d43c4edd26301f21e15e2a0;p=mv-sheeva.git 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 Signed-off-by: Jiri Kosina --- diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig index bd7cc052799..f462fa5f937 100644 --- a/drivers/tty/Kconfig +++ b/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