1 # SPDX-License-Identifier: GPL-2.0 !! 1 menu "Kernel hacking" 2 2 3 config EARLY_PRINTK !! 3 source "lib/Kconfig.debug" 4 bool "Activate early kernel debugging" !! 4 5 default y !! 5 endmenu 6 depends on TTY << 7 select SERIAL_CORE_CONSOLE << 8 help << 9 Enable early printk on console. << 10 This is useful for kernel debugging << 11 early before the console code is ini << 12 You should normally say N here, unle <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.