Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1526009

[PATCH 4/6] ASoC: samsung: Enable COMPILE_TEST for SmartQ and WM8580

From Krzysztof Kozlowski <krzk@kernel.org>
Newsgroups linux.kernel
Subject [PATCH 4/6] ASoC: samsung: Enable COMPILE_TEST for SmartQ and WM8580
Date 2016-11-19 15:50 +0100
Message-ID <sFf7Q-6c4-15@gated-at.bofh.it> (permalink)
References <sFf7P-6c4-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 sound/soc/samsung/Kconfig | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/sound/soc/samsung/Kconfig b/sound/soc/samsung/Kconfig
index ea0fa9971a0c..426ef1c7b265 100644
--- a/sound/soc/samsung/Kconfig
+++ b/sound/soc/samsung/Kconfig
@@ -49,7 +49,7 @@ config SND_SOC_SAMSUNG_JIVE_WM8750
 
 config SND_SOC_SAMSUNG_SMDK_WM8580
 	tristate "SoC I2S Audio support for WM8580 on SMDK"
-	depends on MACH_SMDK6410
+	depends on MACH_SMDK6410 || COMPILE_TEST
 	depends on I2C
 	select SND_SOC_WM8580
 	select SND_SAMSUNG_I2S
@@ -109,7 +109,8 @@ config SND_SOC_SAMSUNG_RX1950_UDA1380
 
 config SND_SOC_SMARTQ
 	tristate "SoC I2S Audio support for SmartQ board"
-	depends on MACH_SMARTQ && I2C
+	depends on MACH_SMARTQ || COMPILE_TEST
+	depends on I2C
 	select SND_SAMSUNG_I2S
 	select SND_SOC_WM8750
 
-- 
2.7.4

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 0/6] ASoC: samsung: Minor cleanup for old machines Krzysztof Kozlowski <krzk@kernel.org> - 2016-11-19 15:50 +0100
  [PATCH 2/6] ASoC: samsung: smdk_wm8580: Remove old platforms and drop mach-types usage Krzysztof Kozlowski <krzk@kernel.org> - 2016-11-19 15:50 +0100
    Re: [PATCH 2/6] ASoC: samsung: smdk_wm8580: Remove old platforms and  drop mach-types usage Lars-Peter Clausen <lars@metafoo.de> - 2016-11-19 16:50 +0100
      Re: [PATCH 2/6] ASoC: samsung: smdk_wm8580: Remove old platforms and  drop mach-types usage Lars-Peter Clausen <lars@metafoo.de> - 2016-11-19 16:50 +0100
        Re: [PATCH 2/6] ASoC: samsung: smdk_wm8580: Remove old platforms and  drop mach-types usage Lars-Peter Clausen <lars@metafoo.de> - 2016-11-19 16:50 +0100
          Re: [PATCH 2/6] ASoC: samsung: smdk_wm8580: Remove old platforms and  drop mach-types usage Krzysztof Kozlowski <krzk@kernel.org> - 2016-11-19 19:10 +0100
  [RFT 3/6] ASoC: samsung: smdk_wm8580: Remove machine specific quirks Krzysztof Kozlowski <krzk@kernel.org> - 2016-11-19 15:50 +0100
  [PATCH 4/6] ASoC: samsung: Enable COMPILE_TEST for SmartQ and WM8580 Krzysztof Kozlowski <krzk@kernel.org> - 2016-11-19 15:50 +0100
    Applied "ASoC: samsung: Enable COMPILE_TEST for SmartQ and WM8580" to the asoc tree Mark Brown <broonie@kernel.org> - 2016-11-22 18:30 +0100

csiph-web