aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/Kconfig
diff options
context:
space:
mode:
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>2014-02-20 21:48:47 +0000
committerMark Brown <broonie@linaro.org>2014-02-22 11:22:27 +0900
commit90931b9eaed9aaf772784a93da320cf10713effa (patch)
treec21c87a92dae5083227cc03ac1081ac118e7b6f1 /sound/soc/intel/Kconfig
parentASoC: Intel: Add build support for Haswell ADSP (diff)
downloadlinux-dev-90931b9eaed9aaf772784a93da320cf10713effa.tar.xz
linux-dev-90931b9eaed9aaf772784a93da320cf10713effa.zip
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/Kconfig11
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