13 lines
385 B
Plaintext
Raw Normal View History

2026-01-21 18:59:54 +08:00
# SPDX-License-Identifier: GPL-2.0
config EARLY_PRINTK
bool "Activate early kernel debugging"
default y
2026-01-29 22:25:33 +08:00
depends on TTY
2026-01-21 18:59:54 +08:00
select SERIAL_CORE_CONSOLE
help
2026-01-29 22:25:33 +08:00
Enable early printk on console.
2026-01-21 18:59:54 +08:00
This is useful for kernel debugging when your machine crashes very
early before the console code is initialized.
You should normally say N here, unless you want to debug such a crash.