diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2016-11-20 21:24:54 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-22 16:48:46 +0000 |
commit | a41dcdeee5d87cf3852b857cc3a8507832ec8b42 (patch) | |
tree | bd1f48c73b6a6a16a569d8b77db570ecee8a6c40 /sound | |
parent | cd9e2b62768c21c051c585f9d4935b4fa6e9603e (diff) | |
download | linux-stable-a41dcdeee5d87cf3852b857cc3a8507832ec8b42.tar.gz linux-stable-a41dcdeee5d87cf3852b857cc3a8507832ec8b42.tar.bz2 linux-stable-a41dcdeee5d87cf3852b857cc3a8507832ec8b42.zip |
ASoC: samsung: Enable COMPILE_TEST for entire Samsung ASoc
Instead of build time, Samsung ASoC drivers have rather runtime
dependency on Exynos or other Samsung platforms. For building they
require Common Clock Framework. If it is provided they could be compile
tested to increase build coverage.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/samsung/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index ea0fa9971a0c..48dcd3dd9ec7 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig @@ -1,6 +1,7 @@ menuconfig SND_SOC_SAMSUNG tristate "ASoC support for Samsung" - depends on (PLAT_SAMSUNG || ARCH_EXYNOS) + depends on PLAT_SAMSUNG || ARCH_EXYNOS || COMPILE_TEST + depends on COMMON_CLK select SND_SOC_GENERIC_DMAENGINE_PCM ---help--- Say Y or M if you want to add support for codecs attached to |