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

ARC: With earlycon in use, retire EARLY_PRINTK

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>

-13
-13
arch/arc/Kconfig.debug
··· 2 2 3 3 source "lib/Kconfig.debug" 4 4 5 - config EARLY_PRINTK 6 - bool "Early printk" if EMBEDDED 7 - default y 8 - help 9 - Write kernel log output directly into the VGA buffer or to a serial 10 - port. 11 - 12 - This is useful for kernel debugging when your machine crashes very 13 - early before the console code is initialized. For normal operation 14 - it is not recommended because it looks ugly and doesn't cooperate 15 - with klogd/syslogd or the X server. You should normally N here, 16 - unless you want to debug such a crash. 17 - 18 5 config 16KSTACKS 19 6 bool "Use 16Kb for kernel stacks instead of 8Kb" 20 7 help