projects
/
GitHub
/
LineageOS
/
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:
4d1a772
)
ASoC: wm8770: Depend on SPI only
author
Mark Brown
<broonie@linaro.org>
Fri, 7 Feb 2014 15:57:50 +0000
(15:57 +0000)
committer
Mark Brown
<broonie@linaro.org>
Fri, 7 Feb 2014 17:02:26 +0000
(17:02 +0000)
The device has no I2C support so it shouldn't be buildable if only I2C is
enabled.
Signed-off-by: Mark Brown <broonie@linaro.org>
sound/soc/codecs/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/Kconfig
b/sound/soc/codecs/Kconfig
index 7da528a2c1c51ddcf64d1fa75ecaf5d77084a8e0..a6afdf5004cb8348efb646e2939c912a8e2a15c4 100644
(file)
--- a/
sound/soc/codecs/Kconfig
+++ b/
sound/soc/codecs/Kconfig
@@
-474,7
+474,7
@@
config SND_SOC_WM8753
config SND_SOC_WM8770
tristate "Wolfson Microelectronics WM8770 CODEC"
- depends on S
ND_SOC_I2C_AND_SPI
+ depends on S
PI_MASTER
config SND_SOC_WM8776
tristate "Wolfson Microelectronics WM8776 CODEC"