summaryrefslogtreecommitdiff
path: root/sound/soc/intel/Kconfig
diff options
context:
space:
mode:
authorVinod Koul <vinod.koul@intel.com>2014-10-16 08:24:29 (GMT)
committerMark Brown <broonie@kernel.org>2014-10-20 11:20:33 (GMT)
commit5914ccf47bb0954210d64a92396632442c4f2a80 (patch)
treec88f77743b4f934c2f4ddf4ebe5d700484c07d10 /sound/soc/intel/Kconfig
parentf2b3a93973ca7cda6e6365c0a8ff7c4438778a6f (diff)
downloadlinux-5914ccf47bb0954210d64a92396632442c4f2a80.tar.xz
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 <fengguang.wu@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r--sound/soc/intel/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig
index 726f7d8..f5b4a9c7 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