ASoC: intel: turn off COMPILE_TEST for medfield
authorVinod Koul <vinod.koul@intel.com>
Thu, 16 Oct 2014 08:24:29 +0000 (13:54 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 20 Oct 2014 11:20:33 +0000 (12:20 +0100)
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>
sound/soc/intel/Kconfig

index 726f7d8..f5b4a9c 100644 (file)
@@ -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