Kconfig.debug 137 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0
  2. menu "Kernel hacking"
  3. source "lib/Kconfig.debug"
  4. config TRACE_IRQFLAGS_SUPPORT
  5. def_bool y
  6. endmenu