blob: 4e60df76bd142ac1659ee4187f07e78116a61351 [file] [log] [blame]
From fdd111762812963ae852636a786a0740fa3067a1 Mon Sep 17 00:00:00 2001
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Date: Wed, 26 Oct 2016 04:12:34 +0000
Subject: [PATCH 004/299] 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>
(cherry picked from commit 609c94865adcef3dba070a2d3905e4b67b4e6919)
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
---
sound/soc/sh/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- 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