Blame view

arch/nios2/Kconfig.debug 368 Bytes
b24413180   Greg Kroah-Hartman   License cleanup: ...
1
  # SPDX-License-Identifier: GPL-2.0
2fc8483fd   Ley Foon Tan   nios2: Build infr...
2

e8bf5bc77   Ley Foon Tan   nios2: add early ...
3
4
5
6
  config EARLY_PRINTK
  	bool "Activate early kernel debugging"
  	default y
  	select SERIAL_CORE_CONSOLE
e8bf5bc77   Ley Foon Tan   nios2: add early ...
7
8
9
10
11
  	help
  	  Enable early printk on console
  	  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.