projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9eaa44
)
ASoC: sh: Migo-R sound needs I2C
author
Arnd Bergmann
<arnd@arndb.de>
Tue, 29 Apr 2014 11:18:30 +0000
(19:18 +0800)
committer
Mark Brown
<broonie@linaro.org>
Thu, 1 May 2014 20:29:54 +0000
(13:29 -0700)
The WM8978 driver needs I2C to be enabled, so the
SND_SIU_MIGOR option also requires this.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Xia Kaixu <kaixu.xia@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/sh/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/sh/Kconfig
b/sound/soc/sh/Kconfig
index ff60e11ecb564674bdffbe8814392fe1b2b01065..b43fdf0d08afe088740b604ebeaed624833782fd 100644
(file)
--- a/
sound/soc/sh/Kconfig
+++ b/
sound/soc/sh/Kconfig
@@
-56,7
+56,7
@@
config SND_SH7760_AC97
config SND_SIU_MIGOR
tristate "SIU sound support on Migo-R"
- depends on SH_MIGOR
+ depends on SH_MIGOR
&& I2C
select SND_SOC_SH4_SIU
select SND_SOC_WM8978
help