From 40accd9e9360b3880f5f88a94e16620eccb09272 Mon Sep 17 00:00:00 2001
From: Chancel Liu <chancel.liu@nxp.com>
Date: Thu, 8 Jul 2021 15:40:29 +0800
Subject: [PATCH] MLK-25644: arm64: configs: imx_v8_defconfig: add SND_ALOOP
 configuration

sound/drivers/aloop.c should be compiled in order to support AFE wrapper.
So the corresponding configuration, that is SND_ALOOP,
needs to be added to arch/arm64/configs/imx_v8_defconfig in the type of module.

Signed-off-by: Chancel Liu <chancel.liu@nxp.com>
---
 arch/arm64/configs/imx_v8_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/imx_v8_defconfig b/arch/arm64/configs/imx_v8_defconfig
index 7efe77012b69c6..2b69c7378472c4 100644
--- a/arch/arm64/configs/imx_v8_defconfig
+++ b/arch/arm64/configs/imx_v8_defconfig
@@ -633,6 +633,7 @@ CONFIG_SND_SOC_WM8960=y
 CONFIG_SND_SOC_WSA881X=m
 CONFIG_SND_SIMPLE_CARD=y
 CONFIG_SND_AUDIO_GRAPH_CARD=y
+CONFIG_SND_ALOOP=m
 CONFIG_I2C_HID=m
 CONFIG_USB_CONN_GPIO=y
 CONFIG_USB=y
-- 
GitLab