aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-10-12 14:40:02 +0200
committerJiri Kosina <jkosina@suse.cz>2011-10-13 10:32:17 +0200
commit24b59223187d4c388d43c4edd26301f21e15e2a0 (patch)
treeb08c44fd7a4d18acbb379bd475e5188aef01f5c7 /drivers/tty
parentARM: mxc: fix Kconfig typo 'i.MX51' (diff)
downloadlinux-dev-24b59223187d4c388d43c4edd26301f21e15e2a0.tar.xz
linux-dev-24b59223187d4c388d43c4edd26301f21e15e2a0.zip
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>
Diffstat (limited to 'drivers/tty')
-rw-r--r--drivers/tty/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/tty/Kconfig b/drivers/tty/Kconfig
index bd7cc0527999..f462fa5f937c 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