projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
81f3dfe
)
ASoC: rt286: Add depends on I2C
author
Bard Liao
<bardliao@realtek.com>
Fri, 3 Oct 2014 01:55:07 +0000
(09:55 +0800)
committer
Mark Brown
<broonie@kernel.org>
Fri, 3 Oct 2014 09:35:23 +0000
(10:35 +0100)
rt286 use I2C as its I/O. So the driver can only available when
I2C is selected.
Signed-off-by: Bard Liao <bardliao@realtek.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
patch
|
blob
|
history
diff --git
a/sound/soc/codecs/Kconfig
b/sound/soc/codecs/Kconfig
index
8838838
..
00ae24b
100644
(file)
--- a/
sound/soc/codecs/Kconfig
+++ b/
sound/soc/codecs/Kconfig
@@
-464,6
+464,7
@@
config SND_SOC_RL6231
config SND_SOC_RT286
tristate
+ depends on I2C
config SND_SOC_RT5631
tristate