Discussion:
[PATCH] ASoC: intel: turn off COMPILE_TEST for medfield
Vinod Koul
2014-10-16 08:24:29 UTC
Permalink
Since medfield machine uses SCU_IPC which is not availble for all archs, so
compile test fails on these

Reported-by: kbuild test robot <***@intel.com>
Signed-off-by: Vinod Koul <***@intel.com>
---
sound/soc/intel/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index 726f7d8..f5b4a9c 100644
--- a/sound/soc/intel/Kconfig
+++ b/sound/soc/intel/Kconfig
@@ -1,6 +1,6 @@
config SND_MFLD_MACHINE
tristate "SOC Machine Audio driver for Intel Medfield MID platform"
- depends on INTEL_SCU_IPC || COMPILE_TEST
+ depends on INTEL_SCU_IPC
select SND_SOC_SN95031
select SND_SST_MFLD_PLATFORM
help
--
1.7.0.4
Mark Brown
2014-10-16 09:02:35 UTC
Permalink
Post by Vinod Koul
Since medfield machine uses SCU_IPC which is not availble for all archs, so
compile test fails on these
Applied, thanks.

Loading...