]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ASoC: rsnd: enable COMPILE_TEST
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 26 Oct 2016 04:12:53 +0000 (04:12 +0000)
committerMark Brown <broonie@kernel.org>
Wed, 26 Oct 2016 12:13:25 +0000 (13:13 +0100)
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sh/Kconfig

index 610fa85b3acdbf2a55c2f7d5c19add738b8980cf..147ebecfed9438068cb4c65560e937a34dbbe065 100644 (file)
@@ -1,5 +1,5 @@
 menu "SoC Audio support for SuperH"
-       depends on SUPERH || ARCH_SHMOBILE
+       depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST
 
 config SND_SOC_PCM_SH7760
        tristate "SoC Audio support for Renesas SH7760"
@@ -37,7 +37,7 @@ config SND_SOC_SH4_SIU
 config SND_SOC_RCAR
        tristate "R-Car series SRU/SCU/SSIU/SSI support"
        depends on COMMON_CLK
-       depends on OF
+       depends on OF || COMPILE_TEST
        select SND_SIMPLE_CARD
        select REGMAP_MMIO
        help