diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-12 08:40:02 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-10-13 04:32:17 -0400 |
commit | 24b59223187d4c388d43c4edd26301f21e15e2a0 (patch) | |
tree | b08c44fd7a4d18acbb379bd475e5188aef01f5c7 /drivers/tty | |
parent | d0451c287cf4d0dff707a351c3c6edaed5e742ac (diff) |
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/Kconfig | 2 |
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 | |||
62 | 62 | ||
63 | config HW_CONSOLE | 63 | config HW_CONSOLE |
64 | bool | 64 | bool |
65 | depends on VT && !S390 && !UML | 65 | depends on VT && !UML |
66 | default y | 66 | default y |
67 | 67 | ||
68 | config VT_HW_CONSOLE_BINDING | 68 | config VT_HW_CONSOLE_BINDING |