diff options
author | Michael Opdenacker <michael.opdenacker@free-electrons.com> | 2013-10-27 03:06:10 -0400 |
---|---|---|
committer | Richard Weinberger <richard@nod.at> | 2013-11-17 05:32:27 -0500 |
commit | a851aebc366ff32b23146ec354bfbe56f484b77c (patch) | |
tree | 13ad2ee567b246804da84f69fd000d196519b8b0 /arch/um | |
parent | b13a9bfc798d81da46447b280a95f1b5aded0995 (diff) |
um: remove used STDIO_CONSOLE Kconfig param
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>
Diffstat (limited to 'arch/um')
-rw-r--r-- | arch/um/Kconfig.char | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/um/Kconfig.char b/arch/um/Kconfig.char index b9d7c4276682..f10738d68b2d 100644 --- a/arch/um/Kconfig.char +++ b/arch/um/Kconfig.char | |||
@@ -6,10 +6,6 @@ config STDERR_CONSOLE | |||
6 | help | 6 | help |
7 | console driver which dumps all printk messages to stderr. | 7 | console driver which dumps all printk messages to stderr. |
8 | 8 | ||
9 | config STDIO_CONSOLE | ||
10 | bool | ||
11 | default y | ||
12 | |||
13 | config SSL | 9 | config SSL |
14 | bool "Virtual serial line" | 10 | bool "Virtual serial line" |
15 | help | 11 | help |