From 0c227b42a440ddd2f57cbab68ecece9e86dc0f98 Mon Sep 17 00:00:00 2001 From: Deru Wang Date: Tue, 22 Nov 2022 15:18:38 +0800 Subject: asoc: bring up AudioReach for SA8295 GVM Enable AudioReach of LV GVM on SA8295. Change-Id: Ib16bca6a97a8303ca8707b874781021e92843c54 Signed-off-by: Deru Wang --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 51175cc1..4a331aa8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -80,6 +80,11 @@ KBUILD_OPTIONS += CONFIG_SND_SOC_SA6155=m endif endif +ifeq ($(AUTO_GVM), yes) +KBUILD_OPTIONS += CONFIG_SND_SOC_AUTO=y +KBUILD_OPTIONS += CONFIG_SND_SOC_GVM=y +endif + ifeq ($(TARGET_SUPPORT), $(filter $(TARGET_SUPPORT), lemans)) KBUILD_OPTIONS += CONFIG_SND_SOC_AUTO=y KBUILD_OPTIONS += CONFIG_SND_SOC_SA8255=m -- cgit v1.2.3