diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2016-11-20 14:24:53 -0500 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2016-11-22 11:49:01 -0500 |
commit | 95f5609d223d661419061bd6231da01a317c30d9 (patch) | |
tree | c33a820746b419f518925d7d9635b3b19a9e84fb | |
parent | a41dcdeee5d87cf3852b857cc3a8507832ec8b42 (diff) |
ASoC: samsung: Enable COMPILE_TEST for SmartQ and WM8580
The I2S sound drivers for SmartQ board and WM8580 codec can be compile
tested to increase build coverage.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/samsung/Kconfig | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig index 48dcd3dd9ec7..a6cc6ca93fa7 100644 --- a/sound/soc/samsung/Kconfig +++ b/sound/soc/samsung/Kconfig | |||
@@ -50,7 +50,7 @@ config SND_SOC_SAMSUNG_JIVE_WM8750 | |||
50 | 50 | ||
51 | config SND_SOC_SAMSUNG_SMDK_WM8580 | 51 | config SND_SOC_SAMSUNG_SMDK_WM8580 |
52 | tristate "SoC I2S Audio support for WM8580 on SMDK" | 52 | tristate "SoC I2S Audio support for WM8580 on SMDK" |
53 | depends on MACH_SMDK6410 | 53 | depends on MACH_SMDK6410 || COMPILE_TEST |
54 | depends on I2C | 54 | depends on I2C |
55 | select SND_SOC_WM8580 | 55 | select SND_SOC_WM8580 |
56 | select SND_SAMSUNG_I2S | 56 | select SND_SAMSUNG_I2S |
@@ -110,7 +110,8 @@ config SND_SOC_SAMSUNG_RX1950_UDA1380 | |||
110 | 110 | ||
111 | config SND_SOC_SMARTQ | 111 | config SND_SOC_SMARTQ |
112 | tristate "SoC I2S Audio support for SmartQ board" | 112 | tristate "SoC I2S Audio support for SmartQ board" |
113 | depends on MACH_SMARTQ && I2C | 113 | depends on MACH_SMARTQ || COMPILE_TEST |
114 | depends on I2C | ||
114 | select SND_SAMSUNG_I2S | 115 | select SND_SAMSUNG_I2S |
115 | select SND_SOC_WM8750 | 116 | select SND_SOC_WM8750 |
116 | 117 | ||