diff --git a/debug-info-defconfig b/debug-info-defconfig new file mode 100644 index 0000000..210e776 --- /dev/null +++ b/debug-info-defconfig @@ -0,0 +1,3 @@ +CONFIG_DEBUG_INFO=y +CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y +CONFIG_DEBUG_INFO_BTF=y diff --git a/kconfig-sof-default.sh b/kconfig-sof-default.sh index f0fff2e..5baa0db 100755 --- a/kconfig-sof-default.sh +++ b/kconfig-sof-default.sh @@ -22,4 +22,5 @@ $COMMAND .config \ "$KCONFIG_DIR"/soundwire-defconfig \ "$KCONFIG_DIR"/soundwire-codecs-defconfig \ "$KCONFIG_DIR"/bpf-defconfig \ + "$KCONFIG_DIR"/debug-info-defconfig \ "$@"