diff mbox

[3/3] ASoC: pxa: add COMPILE_TEST on SND_MMP_SOC

Message ID 87lgom6jun.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Commit d89e69c0f985392e708b54c92b322163da820cb9
Headers show

Commit Message

Kuninori Morimoto June 21, 2017, 4:38 a.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

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

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

Patch

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