]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - arch/nios2/Kconfig.debug
Merge tag 'x86-urgent-2020-04-02' of git://git.kernel.org/pub/scm/linux/kernel/git...
[mirror_ubuntu-hirsute-kernel.git] / arch / nios2 / Kconfig.debug
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
2fc8483f 2
e8bf5bc7
LFT
3config EARLY_PRINTK
4 bool "Activate early kernel debugging"
5 default y
6 select SERIAL_CORE_CONSOLE
e8bf5bc7
LFT
7 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.