diff options
author | Mark Brown <broonie@kernel.org> | 2014-10-29 13:33:31 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2014-10-29 13:33:31 +0300 |
commit | 63ae1fe7739ec81eb63ad241b4e217d1fa0e8e53 (patch) | |
tree | ed2cb0b529b095d73087769c71ce2cbf9e79aa66 /sound/soc/intel/Kconfig | |
parent | e9600bc166d529cf03862afae51fb2e3cf987d02 (diff) | |
download | linux-63ae1fe7739ec81eb63ad241b4e217d1fa0e8e53.tar.xz |
ASoC: Intel: Add dependency on DesignWare DMA controller
We have calls into the controller so we need to ensure it is being
built.
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r-- | sound/soc/intel/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 2a3af880868b..ae7f87221a3c 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -20,6 +20,7 @@ config SND_SOC_INTEL_SST tristate "ASoC support for Intel(R) Smart Sound Technology" select SND_SOC_INTEL_SST_ACPI if ACPI depends on (X86 || COMPILE_TEST) + depends on DW_DMAC_CORE help This adds support for Intel(R) Smart Sound Technology (SST). Say Y if you have such a device |