xref: /openbmc/linux/arch/microblaze/Kconfig.debug (revision a0ae2562c6c4b2721d9fddba63b7286c13517d9f)
1# For a description of the syntax of this configuration file,
2# see Documentation/kbuild/kconfig-language.txt.
3
4menu "Kernel hacking"
5
6config TRACE_IRQFLAGS_SUPPORT
7	def_bool y
8
9source "lib/Kconfig.debug"
10
11endmenu
12