From: Vinod Koul Date: Thu, 16 Oct 2014 08:24:29 +0000 (+0530) Subject: ASoC: intel: turn off COMPILE_TEST for medfield X-Git-Tag: v6.6-pxa1908~22096^2~20^2~16^3~66 X-Git-Url: https://git.dujemihanovic.xyz/?a=commitdiff_plain;h=5914ccf47bb0954210d64a92396632442c4f2a80;p=linux.git ASoC: intel: turn off COMPILE_TEST for medfield Since medfield machine uses SCU_IPC which is not availble for all archs, so compile test fails on these Reported-by: kbuild test robot Signed-off-by: Vinod Koul Signed-off-by: Mark Brown --- diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 726f7d891a7a..f5b4a9c79cdf 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