blob: 0b305f9da3db9dd05f605ef518d0f8408c81b5e7 [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
Jarkko Nikula20df8d02014-02-24 17:27:02 +020030config SND_SOC_INTEL_BAYTRAIL
31 tristate
32
Liam Girdwood90931b92014-02-20 21:48:47 +000033config SND_SOC_INTEL_HASWELL_MACH
Liam Girdwooda8282132014-03-06 14:56:06 +000034 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
Stephen Warrenf410d5c2014-03-10 10:38:40 -060035 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
Liam Girdwood90931b92014-02-20 21:48:47 +000036 select SND_SOC_INTEL_HASWELL
37 select SND_SOC_RT5640
38 help
Liam Girdwooda8282132014-03-06 14:56:06 +000039 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
Liam Girdwood90931b92014-02-20 21:48:47 +000040 Ultrabook platforms.
Liam Girdwooda8282132014-03-06 14:56:06 +000041 Say Y if you have such a device
42 If unsure select "N".
Jarkko Nikula20df8d02014-02-24 17:27:02 +020043
44config SND_SOC_INTEL_BYT_RT5640_MACH
45 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
Stephen Warrenf410d5c2014-03-10 10:38:40 -060046 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
Jarkko Nikula20df8d02014-02-24 17:27:02 +020047 select SND_SOC_INTEL_BAYTRAIL
48 select SND_SOC_RT5640
49 help
50 This adds audio driver for Intel Baytrail platform based boards
51 with the RT5640 audio codec.
Jarkko Nikula9b351d42014-05-30 15:16:43 +030052
53config SND_SOC_INTEL_BYT_MAX98090_MACH
54 tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
Mark Brownd8188f02014-06-01 20:12:05 +010055 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
Jarkko Nikula9b351d42014-05-30 15:16:43 +030056 select SND_SOC_INTEL_BAYTRAIL
57 select SND_SOC_MAX98090
58 help
59 This adds audio driver for Intel Baytrail platform based boards
60 with the MAX98090 audio codec.
Liam Girdwoodafdb74f2014-07-14 10:35:40 +080061
62config SND_SOC_INTEL_BROADWELL_MACH
63 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
64 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS
65 select SND_SOC_INTEL_HASWELL
66 select SND_COMPRESS_OFFLOAD
67 select SND_SOC_RT286
68 help
69 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
70 Ultrabook platforms.
71 Say Y if you have such a device
72 If unsure select "N".