From a95a5ee19c0079669710269bbae50ec12e41317a Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bossart Date: Wed, 12 Jun 2024 16:41:01 +0200 Subject: [PATCH] kconfig-sof-default: use xrun-debug by default For some reason the Intel CI uses an extra config required by the sof-test xrun_injection tests. Make sure developers and CI rely on the same .config. Signed-off-by: Pierre-Louis Bossart --- kconfig-sof-default.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/kconfig-sof-default.sh b/kconfig-sof-default.sh index f0fff2e..d113e11 100755 --- a/kconfig-sof-default.sh +++ b/kconfig-sof-default.sh @@ -19,6 +19,7 @@ $COMMAND .config \ "$KCONFIG_DIR"/hdaudio-codecs-defconfig \ "$KCONFIG_DIR"/telemetry-debugfs-defconfig \ "$KCONFIG_DIR"/lock-stall-defconfig \ + "$KCONFIG_DIR"/xrun-debug-defconfig \ "$KCONFIG_DIR"/soundwire-defconfig \ "$KCONFIG_DIR"/soundwire-codecs-defconfig \ "$KCONFIG_DIR"/bpf-defconfig \