The only user of Kconfig symbol STDIO_CONSOLE was removed in v2.5.65. Its entry can safely be removed.
Signed-off-by: Paul Bolle <pebo...@tiscali.nl> --- 0) Untested. 1) A short history of STDIO_CONSOLE and CONFIG_STDIO_CONSOLE CONFIG_STDIO_CONSOLE was added in v2.4.9 (August 2001). It wrapped a call of stdio_console_init() in an #ifdef and #endif pair. The Kconfig symbol STDIO_CONSOLE was added in v2.5.35 (September 2002). That release also introduced a definition of stdio_console_init(). Both CONFIG_STDIO_CONSOLE and the call of stdio_console_init() that it guarded were removed in v2.5.65 (March 2003). An instance of the console_initcall() macro was then added for stdio_console_init. arch/um/Kconfig.char | 4 ---- 1 file changed, 4 deletions(-) diff --git a/arch/um/Kconfig.char b/arch/um/Kconfig.char index b9d7c42..f10738d 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 -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/