blob: a8bc06e96ef58d6e84ac37b1cc28f2fdf9ef8a6d [file] [log] [blame]
Greg Kroah-Hartmanb2441312017-11-01 15:07:57 +01001# SPDX-License-Identifier: GPL-2.0
Ley Foon Tan2fc84832014-11-06 15:20:19 +08002
Ley Foon Tane8bf5bc2015-02-10 23:21:08 +08003config EARLY_PRINTK
4 bool "Activate early kernel debugging"
5 default y
6 select SERIAL_CORE_CONSOLE
Ley Foon Tane8bf5bc2015-02-10 23:21:08 +08007 help
8 Enable early printk on console
9 This is useful for kernel debugging when your machine crashes very
10 early before the console code is initialized.
11 You should normally say N here, unless you want to debug such a crash.