Message ID | 1413447869-23494-1-git-send-email-vinod.koul@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 5914ccf47bb0954210d64a92396632442c4f2a80 |
Headers | show |
On Thu, Oct 16, 2014 at 01:54:29PM +0530, Vinod Koul wrote: > Since medfield machine uses SCU_IPC which is not availble for all archs, so > compile test fails on these Applied, thanks.
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
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> --- sound/soc/intel/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)