Kconfig.debug 670 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0
  2. config EARLY_PRINTK
  3. def_bool y
  4. config DEBUG_ENTRY
  5. bool "Debug low-level entry code"
  6. depends on DEBUG_KERNEL
  7. help
  8. This option enables sanity checks in s390 low-level entry code.
  9. Some of these sanity checks may slow down kernel entries and
  10. exits or otherwise impact performance.
  11. If unsure, say N.
  12. config CIO_INJECT
  13. bool "CIO Inject interfaces"
  14. depends on DEBUG_KERNEL && DEBUG_FS
  15. help
  16. This option provides a debugging facility to inject certain artificial events
  17. and instruction responses to the CIO layer of Linux kernel. The newly created
  18. debugfs user-interfaces will be at /sys/kernel/debug/s390/cio/*