projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b13a9bf
)
um: remove used STDIO_CONSOLE Kconfig param
author
Michael Opdenacker
<michael.opdenacker@free-electrons.com>
Sun, 27 Oct 2013 07:06:10 +0000
(08:06 +0100)
committer
Richard Weinberger
<richard@nod.at>
Sun, 17 Nov 2013 10:32:27 +0000
(11:32 +0100)
This removes the STDIO_CONSOLE Kconfig parameter which
is defined but no longer used anywhere in the makefiles and source code.
Signed-off-by: Michael Opdenacker <michael.opdenacker@free-electrons.com>
Signed-off-by: Richard Weinberger <richard@nod.at>
arch/um/Kconfig.char
patch
|
blob
|
history
diff --git
a/arch/um/Kconfig.char
b/arch/um/Kconfig.char
index b9d7c4276682f3b20434c596f4ef457e300b90af..f10738d68b2d67eef3448258abb1d2b5024ee532 100644
(file)
--- a/
arch/um/Kconfig.char
+++ b/
arch/um/Kconfig.char
@@
-6,10
+6,6
@@
config STDERR_CONSOLE
help
console driver which dumps all printk messages to stderr.
-config STDIO_CONSOLE
- bool
- default y
-
config SSL
bool "Virtual serial line"
help