浏览代码

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>
Paul Bolle 14 年之前
父节点
当前提交
753306977e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      arch/h8300/Kconfig

+ 1 - 1
arch/h8300/Kconfig

@@ -160,7 +160,7 @@ config VT_CONSOLE
 
 config HW_CONSOLE
 	bool
-	depends on VT && !S390 && !UM
+	depends on VT
 	default y
 
 comment "Unix98 PTY support"