blob: ae7f87221a3c44d1432b142088e54280c6d07e6f [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 Koul5914ccf2014-10-16 13:54:29 +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 Koul0fbc7d72014-10-16 20:00:19 +05306 select SND_SST_IPC
Vinod Koule62255f2011-01-04 20:17:04 +05307 help
8 This adds support for ASoC machine driver for Intel(R) MID Medfield platform
9 used as alsa device in audio substem in Intel(R) MID devices
10 Say Y if you have such a device
11 If unsure select "N".
12
Liam Girdwooda355d672014-02-12 13:42:50 +000013config SND_SST_MFLD_PLATFORM
Vinod Koule62255f2011-01-04 20:17:04 +053014 tristate
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000015
Vinod Koul0fbc7d72014-10-16 20:00:19 +053016config SND_SST_IPC
17 tristate
18
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000019config SND_SOC_INTEL_SST
20 tristate "ASoC support for Intel(R) Smart Sound Technology"
21 select SND_SOC_INTEL_SST_ACPI if ACPI
Liam Girdwoodafd95492014-02-19 16:45:57 +000022 depends on (X86 || COMPILE_TEST)
Mark Brown63ae1fe2014-10-29 10:33:31 +000023 depends on DW_DMAC_CORE
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000024 help
25 This adds support for Intel(R) Smart Sound Technology (SST).
26 Say Y if you have such a device
27 If unsure select "N".
28
29config SND_SOC_INTEL_SST_ACPI
30 tristate
31
Liam Girdwood5e4482f2014-02-20 21:48:46 +000032config SND_SOC_INTEL_HASWELL
33 tristate
Liam Girdwood90931b92014-02-20 21:48:47 +000034
Jarkko Nikula20df8d02014-02-24 17:27:02 +020035config SND_SOC_INTEL_BAYTRAIL
36 tristate
37
Liam Girdwood90931b92014-02-20 21:48:47 +000038config SND_SOC_INTEL_HASWELL_MACH
Liam Girdwooda8282132014-03-06 14:56:06 +000039 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
Ricardo Neri161aa492014-10-16 18:22:02 -070040 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C && \\
41 I2C_DESIGNWARE_PLATFORM
Liam Girdwood90931b92014-02-20 21:48:47 +000042 select SND_SOC_INTEL_HASWELL
43 select SND_SOC_RT5640
44 help
Liam Girdwooda8282132014-03-06 14:56:06 +000045 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
Liam Girdwood90931b92014-02-20 21:48:47 +000046 Ultrabook platforms.
Liam Girdwooda8282132014-03-06 14:56:06 +000047 Say Y if you have such a device
48 If unsure select "N".
Jarkko Nikula20df8d02014-02-24 17:27:02 +020049
50config SND_SOC_INTEL_BYT_RT5640_MACH
51 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
Stephen Warrenf410d5c2014-03-10 10:38:40 -060052 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
Jarkko Nikula20df8d02014-02-24 17:27:02 +020053 select SND_SOC_INTEL_BAYTRAIL
54 select SND_SOC_RT5640
55 help
56 This adds audio driver for Intel Baytrail platform based boards
57 with the RT5640 audio codec.
Jarkko Nikula9b351d42014-05-30 15:16:43 +030058
59config SND_SOC_INTEL_BYT_MAX98090_MACH
60 tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
Mark Brownd8188f02014-06-01 20:12:05 +010061 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
Jarkko Nikula9b351d42014-05-30 15:16:43 +030062 select SND_SOC_INTEL_BAYTRAIL
63 select SND_SOC_MAX98090
64 help
65 This adds audio driver for Intel Baytrail platform based boards
66 with the MAX98090 audio codec.
Liam Girdwoodafdb74f2014-07-14 10:35:40 +080067
68config SND_SOC_INTEL_BROADWELL_MACH
69 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
Ricardo Neri282a3312014-10-16 18:22:01 -070070 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \\
71 I2C_DESIGNWARE_PLATFORM
Liam Girdwoodafdb74f2014-07-14 10:35:40 +080072 select SND_SOC_INTEL_HASWELL
73 select SND_COMPRESS_OFFLOAD
74 select SND_SOC_RT286
75 help
76 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
77 Ultrabook platforms.
78 Say Y if you have such a device
79 If unsure select "N".