diff options
author | Vinod Koul <vinod.koul@intel.com> | 2011-01-18 14:41:48 +0100 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-01-18 20:09:33 +0100 |
commit | 065ae6784f03016ed1c0613863461a162388cf5a (patch) | |
tree | 83bee036f926fd2776e4b234b13efaa1be639d1d /sound/soc/mid-x86 | |
parent | ASoC: core: Remove dapm_sync call from soc_post_component_init (diff) | |
download | linux-065ae6784f03016ed1c0613863461a162388cf5a.tar.xz linux-065ae6784f03016ed1c0613863461a162388cf5a.zip |
ASoC: Add dependency on INTEL_SCU_IPC for Intel MID drivers
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Harsha Priya <priya.harsha@intel.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/mid-x86')
-rw-r--r-- | sound/soc/mid-x86/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/mid-x86/Kconfig b/sound/soc/mid-x86/Kconfig index e0123a408227..1ad753836356 100644 --- a/sound/soc/mid-x86/Kconfig +++ b/sound/soc/mid-x86/Kconfig @@ -1,5 +1,6 @@ config SND_MFLD_MACHINE tristate "SOC Machine Audio driver for Intel Medfield MID platform" + depends on INTEL_SCU_IPC select SND_SOC_SN95031 select SND_SST_PLATFORM help |