Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Michael Opdenacker and committed by
Richard Weinberger
a851aebc b13a9bfc

-4
-4
arch/um/Kconfig.char
··· 6 6 help 7 7 console driver which dumps all printk messages to stderr. 8 8 9 - config STDIO_CONSOLE 10 - bool 11 - default y 12 - 13 9 config SSL 14 10 bool "Virtual serial line" 15 11 help