Kconfig.debug 411 B

123456789101112131415
  1. # SPDX-License-Identifier: GPL-2.0
  2. config TRACE_IRQFLAGS_SUPPORT
  3. def_bool y
  4. config EARLY_PRINTK
  5. bool "Activate early kernel debugging"
  6. default y
  7. select SERIAL_CORE_CONSOLE
  8. help
  9. Enable early printk on console
  10. This is useful for kernel debugging when your machine crashes very
  11. early before the console code is initialized.
  12. You should normally say N here, unless you want to debug such a crash.