diff options
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | 2014-02-21 01:48:47 +0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-02-22 06:22:27 +0400 |
commit | 90931b9eaed9aaf772784a93da320cf10713effa (patch) | |
tree | c21c87a92dae5083227cc03ac1081ac118e7b6f1 /sound/soc/intel/Kconfig | |
parent | 5e4482fcb119d61f4bef226c442634cdd2618b31 (diff) | |
download | linux-90931b9eaed9aaf772784a93da320cf10713effa.tar.xz |
ASoC: Intel: Add Haswell Machine support
Add support for Haswell based machines with SST DSP audio.
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/soc/intel/Kconfig')
-rw-r--r-- | sound/soc/intel/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index 4f1ac8f82862..ce5a6928e601 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -26,3 +26,14 @@ config SND_SOC_INTEL_SST_ACPI config SND_SOC_INTEL_HASWELL tristate + +config SND_SOC_INTEL_HASWELL_MACH + tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint" + depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS + select SND_SOC_INTEL_HASWELL + select SND_SOC_RT5640 + help + This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell + Ultrabook platforms. + Say Y if you have such a device + If unsure select "N".
\ No newline at end of file |