blob: ce5a6928e601ced4389c6a6321f9189bdb670dfa [file] [log] [blame]
Vinod Koule62255f2011-01-04 20:17:04 +05301config SND_MFLD_MACHINE
2 tristate "SOC Machine Audio driver for Intel Medfield MID platform"
Vinod Koul065ae672011-01-18 19:11:48 +05303 depends on INTEL_SCU_IPC
Vinod Koule62255f2011-01-04 20:17:04 +05304 select SND_SOC_SN95031
Liam Girdwooda355d672014-02-12 13:42:50 +00005 select SND_SST_MFLD_PLATFORM
Vinod Koule62255f2011-01-04 20:17:04 +05306 help
7 This adds support for ASoC machine driver for Intel(R) MID Medfield platform
8 used as alsa device in audio substem in Intel(R) MID devices
9 Say Y if you have such a device
10 If unsure select "N".
11
Liam Girdwooda355d672014-02-12 13:42:50 +000012config SND_SST_MFLD_PLATFORM
Vinod Koule62255f2011-01-04 20:17:04 +053013 tristate
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000014
15config SND_SOC_INTEL_SST
16 tristate "ASoC support for Intel(R) Smart Sound Technology"
17 select SND_SOC_INTEL_SST_ACPI if ACPI
Liam Girdwoodafd95492014-02-19 16:45:57 +000018 depends on (X86 || COMPILE_TEST)
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000019 help
20 This adds support for Intel(R) Smart Sound Technology (SST).
21 Say Y if you have such a device
22 If unsure select "N".
23
24config SND_SOC_INTEL_SST_ACPI
25 tristate
26
Liam Girdwood5e4482f2014-02-20 21:48:46 +000027config SND_SOC_INTEL_HASWELL
28 tristate
Liam Girdwood90931b92014-02-20 21:48:47 +000029
30config SND_SOC_INTEL_HASWELL_MACH
31 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
32 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS
33 select SND_SOC_INTEL_HASWELL
34 select SND_SOC_RT5640
35 help
36 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
37 Ultrabook platforms.
38 Say Y if you have such a device
39 If unsure select "N".