projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3cb0e3
)
h8300: drop puzzling Kconfig dependencies
author
Paul Bolle
<pebolle@tiscali.nl>
Wed, 12 Oct 2011 12:25:31 +0000
(14:25 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 13 Oct 2011 08:38:29 +0000
(10:38 +0200)
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>
arch/h8300/Kconfig
patch
|
blob
|
history
diff --git
a/arch/h8300/Kconfig
b/arch/h8300/Kconfig
index 091ed6192ae831f7f2a96ecb663c1528b6c29632..7ed7714573c82e7bac9e8713d719e40722a12517 100644
(file)
--- a/
arch/h8300/Kconfig
+++ b/
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"