aboutsummaryrefslogtreecommitdiffstats
path: root/arch/h8300
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-10-12 08:25:31 -0400
committerJiri Kosina <jkosina@suse.cz>2011-10-13 04:38:29 -0400
commit753306977e47b28f846078ce96e58a5e1ab8f3a5 (patch)
treed0ef57800ffc8191228ce6a91ce559758f3db50a /arch/h8300
parentf3cb0e3122ef7e5960344aeeb5907134720d1f68 (diff)
h8300: drop puzzling Kconfig dependencies
These were probably just copied and pasted from drivers/tty/Kconfig. (Badly, since the symbol UM doesn't exist.) Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'arch/h8300')
-rw-r--r--arch/h8300/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/h8300/Kconfig b/arch/h8300/Kconfig
index 091ed6192ae8..7ed7714573c8 100644
--- a/arch/h8300/Kconfig
+++ b/arch/h8300/Kconfig
@@ -160,7 +160,7 @@ config VT_CONSOLE
160 160
161config HW_CONSOLE 161config HW_CONSOLE
162 bool 162 bool
163 depends on VT && !S390 && !UM 163 depends on VT
164 default y 164 default y
165 165
166comment "Unix98 PTY support" 166comment "Unix98 PTY support"