diff options
author | Vinod Koul <vinod.koul@intel.com> | 2014-10-16 13:54:29 +0530 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-20 12:20:33 +0100 |
commit | 5914ccf47bb0954210d64a92396632442c4f2a80 (patch) | |
tree | c88f77743b4f934c2f4ddf4ebe5d700484c07d10 /sound | |
parent | f2b3a93973ca7cda6e6365c0a8ff7c4438778a6f (diff) | |
download | blackbird-obmc-linux-5914ccf47bb0954210d64a92396632442c4f2a80.tar.gz blackbird-obmc-linux-5914ccf47bb0954210d64a92396632442c4f2a80.zip |
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')
-rw-r--r-- | 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 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 |