diff options
Diffstat (limited to '')
-rw-r--r-- | arch/s390/Kconfig.debug | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/s390/Kconfig.debug b/arch/s390/Kconfig.debug new file mode 100644 index 000000000..ab48b694a --- /dev/null +++ b/arch/s390/Kconfig.debug @@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0 + +config TRACE_IRQFLAGS_SUPPORT + def_bool y + +config EARLY_PRINTK + def_bool y |