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:
ad81f05
)
ASoC: codecs: Make ALL_CODECS depend on COMPILE_TEST
author
Mark Brown
<broonie@linaro.org>
Tue, 25 Jun 2013 10:00:06 +0000
(11:00 +0100)
committer
Mark Brown
<broonie@linaro.org>
Mon, 15 Jul 2013 10:09:21 +0000
(11:09 +0100)
The main function of the option is to enable compile testing. There is
still an option since COMPILE_TEST is intended to enable selection of
extra drivers rather than forcing them on.
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/codecs/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/codecs/Kconfig
b/sound/soc/codecs/Kconfig
index badb6fbacaa66222bea9cef708c1379783746c7f..01d112b48e7e155d64a55fb23b2c980a23769902 100644
(file)
--- a/
sound/soc/codecs/Kconfig
+++ b/
sound/soc/codecs/Kconfig
@@
-10,6
+10,7
@@
config SND_SOC_I2C_AND_SPI
config SND_SOC_ALL_CODECS
tristate "Build all ASoC CODEC drivers"
+ depends on COMPILE_TEST
select SND_SOC_88PM860X if MFD_88PM860X
select SND_SOC_L3
select SND_SOC_AB8500_CODEC if ABX500_CORE