projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10a9cca
)
ASoC: rsnd: depends on OF
author
Kuninori Morimoto
<kuninori.morimoto.gx@renesas.com>
Wed, 26 Oct 2016 04:12:34 +0000
(
04:12
+0000)
committer
Mark Brown
<broonie@kernel.org>
Wed, 26 Oct 2016 12:13:25 +0000
(13:13 +0100)
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>
sound/soc/sh/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/sh/Kconfig
b/sound/soc/sh/Kconfig
index 6db6405d952f87c9b742ae833ea2735f9925e9db..610fa85b3acdbf2a55c2f7d5c19add738b8980cf 100644
(file)
--- 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