diff mbox

[1/8] ASoC: rsnd: depends on OF

Message ID 877f8xclzq.wl%kuninori.morimoto.gx@renesas.com (mailing list archive)
State Accepted
Commit 609c94865adcef3dba070a2d3905e4b67b4e6919
Headers show

Commit Message

Kuninori Morimoto Oct. 25, 2016, 12:35 a.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

Current Renesas sound driver is completely depends on CONFIG_OF

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

Comments

Mark Brown Oct. 25, 2016, 1:28 p.m. UTC | #1
On Tue, Oct 25, 2016 at 12:35:53AM +0000, Kuninori Morimoto wrote:

> @@ -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

Can we have an || COMPILE_TEST to help build coverage if there isn't a
build time dependency on DT please?
Kuninori Morimoto Oct. 26, 2016, midnight UTC | #2
Hi Mark

> > @@ -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
> 
> Can we have an || COMPILE_TEST to help build coverage if there isn't a
> build time dependency on DT please?

Thanks. 
will do in v2
diff mbox

Patch

diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig
index 6db6405..610fa85 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