[alsa-devel] [PATCH 3/3] ASoC: pxa: add COMPILE_TEST on SND_MMP_SOC

Kuninori Morimoto kuninori.morimoto.gx at renesas.com
Wed Jun 21 06:38:34 CEST 2017


From: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>

It doesn't use asm header. We can add COMPILE_TEST

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
---
 sound/soc/pxa/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig
index 960744e..6feb34b 100644
--- a/sound/soc/pxa/Kconfig
+++ b/sound/soc/pxa/Kconfig
@@ -9,7 +9,7 @@ config SND_PXA2XX_SOC
 
 config SND_MMP_SOC
 	bool "Soc Audio for Marvell MMP chips"
-	depends on ARCH_MMP
+	depends on ARCH_MMP || COMPILE_TEST
 	select MMP_SRAM
 	select SND_SOC_GENERIC_DMAENGINE_PCM
 	select SND_ARM
-- 
1.9.1



More information about the Alsa-devel mailing list