diff options
author | Arnd Bergmann <arnd@arndb.de> | 2015-05-22 11:54:17 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-06-02 15:55:41 -0400 |
commit | 6cc8ae94813dffe7ff5ba88da0fe25a697e3e8a3 (patch) | |
tree | 7cfc6a750a7ed6a72241b12977cfbcd159cb1b6e | |
parent | dc1ebd1811e984301f98f3f9edd192327d2e35e1 (diff) |
ASoC: qcom: fix STORM board Kconfig
This patch is a fixup to correct dependencies in patch 9bae4880acee
("ASoC: qcom: move ipq806x specific bits out of lpass driver.")
Originally this change-set was suggested by Arnd on mailing list.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/qcom/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/qcom/Kconfig b/sound/soc/qcom/Kconfig index 29fff6d7c633..938144c59e2b 100644 --- a/sound/soc/qcom/Kconfig +++ b/sound/soc/qcom/Kconfig | |||
@@ -26,7 +26,7 @@ config SND_SOC_LPASS_APQ8016 | |||
26 | 26 | ||
27 | config SND_SOC_STORM | 27 | config SND_SOC_STORM |
28 | tristate "ASoC I2S support for Storm boards" | 28 | tristate "ASoC I2S support for Storm boards" |
29 | depends on (ARCH_QCOM && SND_SOC_QCOM) || COMPILE_TEST | 29 | depends on SND_SOC_QCOM && (ARCH_QCOM || COMPILE_TEST) |
30 | select SND_SOC_LPASS_IPQ806X | 30 | select SND_SOC_LPASS_IPQ806X |
31 | select SND_SOC_MAX98357A | 31 | select SND_SOC_MAX98357A |
32 | help | 32 | help |