diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2016-10-26 07:12:53 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-10-26 15:13:25 +0300 |
commit | e144e5d06d0207c0b1631545fc1821565ee0fe6b (patch) | |
tree | 64aa50293493346a683aae0a8044536f47071b0c /sound/soc/sh | |
parent | 609c94865adcef3dba070a2d3905e4b67b4e6919 (diff) | |
download | linux-e144e5d06d0207c0b1631545fc1821565ee0fe6b.tar.xz |
ASoC: rsnd: enable COMPILE_TEST
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh')
-rw-r--r-- | sound/soc/sh/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 610fa85b3acd..147ebecfed94 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig @@ -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 |