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 ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel