From 35fe98f4d99ad1aaef19f222ebd2e3f20c685fea Mon Sep 17 00:00:00 2001 From: Curtis Malainey Date: Tue, 18 Jul 2023 13:22:56 -0700 Subject: [PATCH] audio: dsm: remove dependency on CAVS If there is a compat issue it will show up at build time, also it blocks stubbing out the library, so remove it. Signed-off-by: Curtis Malainey --- src/audio/smart_amp/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/src/audio/smart_amp/Kconfig b/src/audio/smart_amp/Kconfig index 2c9ec8566..35ec9cb15 100644 --- a/src/audio/smart_amp/Kconfig +++ b/src/audio/smart_amp/Kconfig @@ -4,7 +4,6 @@ menu "Smart amplifier solutions" visible if COMP_SMART_AMP config MAXIM_DSM - depends on CAVS bool "Maxim DSM solution" default n help