Kconfig.debug 368 B

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