diff options
author | Liam Girdwood <liam.r.girdwood@linux.intel.com> | 2014-07-14 04:35:40 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2014-07-17 00:16:51 +0200 |
commit | afdb74fd708fb4330485212f76a70b91967b1f70 (patch) | |
tree | 4671238598c9ab286721214a753d56932cee6e6f /sound/soc/intel/Kconfig | |
parent | Merge remote-tracking branch 'asoc/topic/rt286' into HEAD (diff) | |
download | linux-afdb74fd708fb4330485212f76a70b91967b1f70.tar.xz linux-afdb74fd708fb4330485212f76a70b91967b1f70.zip |
ASoC: Intel: Add Broadwell Machine support
Add support for Broadwell based machines with SST DSP audio.
Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Jie Yang <yang.jie@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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/sound/soc/intel/Kconfig b/sound/soc/intel/Kconfig index c30fedb3e149..0b305f9da3db 100644 --- a/sound/soc/intel/Kconfig +++ b/sound/soc/intel/Kconfig @@ -58,3 +58,15 @@ config SND_SOC_INTEL_BYT_MAX98090_MACH help This adds audio driver for Intel Baytrail platform based boards with the MAX98090 audio codec. + +config SND_SOC_INTEL_BROADWELL_MACH + tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint" + depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS + select SND_SOC_INTEL_HASWELL + select SND_COMPRESS_OFFLOAD + select SND_SOC_RT286 + help + This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell + Ultrabook platforms. + Say Y if you have such a device + If unsure select "N". |