From: Michael Opdenacker Date: Sun, 27 Oct 2013 07:06:10 +0000 (+0100) Subject: um: remove used STDIO_CONSOLE Kconfig param X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a851aebc366ff32b23146ec354bfbe56f484b77c;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Richard Weinberger --- 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 help console driver which dumps all printk messages to stderr. -config STDIO_CONSOLE - bool - default y - config SSL bool "Virtual serial line" help