From 2071c04f50190e248987a131495c23b4be233272 Mon Sep 17 00:00:00 2001 From: Pierre-Louis Bossart Date: Mon, 20 May 2024 11:30:21 -0500 Subject: [PATCH] soundwire-defconfig: add AMD manager We currently don't compile the AMD manager by default, and it's not selected. That can lead to failures with the default config, only detected with 'allmodconfig' https://github.com/thesofproject/linux/actions/runs/9134952643/job/25121470472?pr=4995 Signed-off-by: Pierre-Louis Bossart --- soundwire-defconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/soundwire-defconfig b/soundwire-defconfig index ee822f0..87b8736 100644 --- a/soundwire-defconfig +++ b/soundwire-defconfig @@ -1,3 +1,5 @@ CONFIG_SOUNDWIRE=m CONFIG_SOUNDWIRE_INTEL=m CONFIG_SND_SOC_SOF_INTEL_SOUNDWIRE=m + +CONFIG_SOUNDWIRE_AMD=m