From: Kuninori Morimoto Date: Wed, 26 Oct 2016 04:12:34 +0000 (+0000) Subject: ASoC: rsnd: depends on OF X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=609c94865adcef3dba070a2d3905e4b67b4e6919;p=linux.git ASoC: rsnd: depends on OF Current Renesas sound driver is completely depends on CONFIG_OF Signed-off-by: Kuninori Morimoto Signed-off-by: Mark Brown --- diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 6db6405d952f8..610fa85b3acdb 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