Kconfig (5e4482fcb119d61f4bef226c442634cdd2618b31) Kconfig (90931b9eaed9aaf772784a93da320cf10713effa)
1config SND_MFLD_MACHINE
2 tristate "SOC Machine Audio driver for Intel Medfield MID platform"
3 depends on INTEL_SCU_IPC
4 select SND_SOC_SN95031
5 select SND_SST_MFLD_PLATFORM
6 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

--- 12 unchanged lines hidden (view full) ---

21 Say Y if you have such a device
22 If unsure select "N".
23
24config SND_SOC_INTEL_SST_ACPI
25 tristate
26
27config SND_SOC_INTEL_HASWELL
28 tristate
1config SND_MFLD_MACHINE
2 tristate "SOC Machine Audio driver for Intel Medfield MID platform"
3 depends on INTEL_SCU_IPC
4 select SND_SOC_SN95031
5 select SND_SST_MFLD_PLATFORM
6 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

--- 12 unchanged lines hidden (view full) ---

21 Say Y if you have such a device
22 If unsure select "N".
23
24config SND_SOC_INTEL_SST_ACPI
25 tristate
26
27config SND_SOC_INTEL_HASWELL
28 tristate
29
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".