diff options
author | Jie Yang <yang.jie@intel.com> | 2014-08-01 10:54:19 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-08-01 14:11:28 -0400 |
commit | 4ebd599e3570f392987df62f361d1742cc62f774 (patch) | |
tree | db187a8e21b52de3dc15c8c395806032d12cb3ca | |
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>
-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 0b305f9da3db..f5b4a9c79cdf 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig | |||
@@ -61,7 +61,7 @@ config SND_SOC_INTEL_BYT_MAX98090_MACH | |||
61 | 61 | ||
62 | config SND_SOC_INTEL_BROADWELL_MACH | 62 | config SND_SOC_INTEL_BROADWELL_MACH |
63 | tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint" | 63 | tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint" |
64 | depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS | 64 | depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC |
65 | select SND_SOC_INTEL_HASWELL | 65 | select SND_SOC_INTEL_HASWELL |
66 | select SND_COMPRESS_OFFLOAD | 66 | select SND_COMPRESS_OFFLOAD |
67 | select SND_SOC_RT286 | 67 | select SND_SOC_RT286 |