diff options
author | Jie Yang <yang.jie@intel.com> | 2014-08-01 22:54:19 +0800 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-01 19:11:28 +0100 |
commit | 4ebd599e3570f392987df62f361d1742cc62f774 (patch) | |
tree | db187a8e21b52de3dc15c8c395806032d12cb3ca /sound/soc | |
parent | 2741d43a1edd13c81a50ceb63f4edbf5fedb53ce (diff) |
ASoC: Intel: Add dependency to DW_DMAC for BDW platform
Add dependency to DW_DMAC for broadwell machine, which
have built in DW dma engines.
Signed-off-by: Jie Yang <yang.jie@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc')
-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 0b305f9da3d..f5b4a9c79cd 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -61,7 +61,7 @@ config SND_SOC_INTEL_BYT_MAX98090_MACH config SND_SOC_INTEL_BROADWELL_MACH tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint" - depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS + depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC select SND_SOC_INTEL_HASWELL select SND_COMPRESS_OFFLOAD select SND_SOC_RT286 |