···2233source "lib/Kconfig.debug"4455-config EARLY_PRINTK66- bool "Early printk" if EMBEDDED77- default y88- help99- Write kernel log output directly into the VGA buffer or to a serial1010- port.1111-1212- This is useful for kernel debugging when your machine crashes very1313- early before the console code is initialized. For normal operation1414- it is not recommended because it looks ugly and doesn't cooperate1515- with klogd/syslogd or the X server. You should normally N here,1616- unless you want to debug such a crash.1717-185config 16KSTACKS196 bool "Use 16Kb for kernel stacks instead of 8Kb"207 help