diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2016-10-26 04:12:34 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-10-26 13:13:25 +0100 |
commit | 609c94865adcef3dba070a2d3905e4b67b4e6919 (patch) | |
tree | 1e1b490d6d210e01d1c856de333a2dda5b5ecce2 /sound/soc/sh/Kconfig | |
parent | 10a9cca13220888c20a259abbd42ea117cddfdb0 (diff) |
ASoC: rsnd: depends on OF
Current Renesas sound driver is completely depends on CONFIG_OF
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/sh/Kconfig')
-rw-r--r-- | sound/soc/sh/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 6db6405d952f..610fa85b3acd 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig @@ -37,6 +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 select SND_SIMPLE_CARD select REGMAP_MMIO help |