diff options
author | Mark Brown <broonie@linaro.org> | 2013-06-25 06:00:06 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-07-15 06:09:21 -0400 |
commit | 64b0c282e87948bc0c5a1b94ca3d4dd9f6415c6f (patch) | |
tree | 8796d312bf4560198fe5bb5613413640a4a31951 | |
parent | ad81f0545ef01ea651886dddac4bef6cec930092 (diff) |
ASoC: codecs: Make ALL_CODECS depend on COMPILE_TEST
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>
-rw-r--r-- | sound/soc/codecs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index badb6fbacaa6..01d112b48e7e 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig | |||
@@ -10,6 +10,7 @@ config SND_SOC_I2C_AND_SPI | |||
10 | 10 | ||
11 | config SND_SOC_ALL_CODECS | 11 | config SND_SOC_ALL_CODECS |
12 | tristate "Build all ASoC CODEC drivers" | 12 | tristate "Build all ASoC CODEC drivers" |
13 | depends on COMPILE_TEST | ||
13 | select SND_SOC_88PM860X if MFD_88PM860X | 14 | select SND_SOC_88PM860X if MFD_88PM860X |
14 | select SND_SOC_L3 | 15 | select SND_SOC_L3 |
15 | select SND_SOC_AB8500_CODEC if ABX500_CORE | 16 | select SND_SOC_AB8500_CODEC if ABX500_CORE |