blob: 774fab98850912f4e626d12b1c28db9c6be058c7 [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)
Liam Girdwoodddfa40b2014-02-17 13:32:10 +000023 help
24 This adds support for Intel(R) Smart Sound Technology (SST).
25 Say Y if you have such a device
26 If unsure select "N".
27
28config SND_SOC_INTEL_SST_ACPI
29 tristate
30
Liam Girdwood5e4482f2014-02-20 21:48:46 +000031config SND_SOC_INTEL_HASWELL
32 tristate
Liam Girdwood90931b92014-02-20 21:48:47 +000033
Jarkko Nikula20df8d02014-02-24 17:27:02 +020034config SND_SOC_INTEL_BAYTRAIL
35 tristate
36
Liam Girdwood90931b92014-02-20 21:48:47 +000037config SND_SOC_INTEL_HASWELL_MACH
Liam Girdwooda8282132014-03-06 14:56:06 +000038 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
Stephen Warrenf410d5c2014-03-10 10:38:40 -060039 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
Liam Girdwood90931b92014-02-20 21:48:47 +000040 select SND_SOC_INTEL_HASWELL
41 select SND_SOC_RT5640
42 help
Liam Girdwooda8282132014-03-06 14:56:06 +000043 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
Liam Girdwood90931b92014-02-20 21:48:47 +000044 Ultrabook platforms.
Liam Girdwooda8282132014-03-06 14:56:06 +000045 Say Y if you have such a device
46 If unsure select "N".
Jarkko Nikula20df8d02014-02-24 17:27:02 +020047
48config SND_SOC_INTEL_BYT_RT5640_MACH
49 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
Stephen Warrenf410d5c2014-03-10 10:38:40 -060050 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
Jarkko Nikula20df8d02014-02-24 17:27:02 +020051 select SND_SOC_INTEL_BAYTRAIL
52 select SND_SOC_RT5640
53 help
54 This adds audio driver for Intel Baytrail platform based boards
55 with the RT5640 audio codec.
Jarkko Nikula9b351d42014-05-30 15:16:43 +030056
57config SND_SOC_INTEL_BYT_MAX98090_MACH
58 tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
Mark Brownd8188f02014-06-01 20:12:05 +010059 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C
Jarkko Nikula9b351d42014-05-30 15:16:43 +030060 select SND_SOC_INTEL_BAYTRAIL
61 select SND_SOC_MAX98090
62 help
63 This adds audio driver for Intel Baytrail platform based boards
64 with the MAX98090 audio codec.
Liam Girdwoodafdb74f2014-07-14 10:35:40 +080065
66config SND_SOC_INTEL_BROADWELL_MACH
67 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
Ricardo Neri282a3312014-10-16 18:22:01 -070068 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \\
69 I2C_DESIGNWARE_PLATFORM
Liam Girdwoodafdb74f2014-07-14 10:35:40 +080070 select SND_SOC_INTEL_HASWELL
71 select SND_COMPRESS_OFFLOAD
72 select SND_SOC_RT286
73 help
74 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
75 Ultrabook platforms.
76 Say Y if you have such a device
77 If unsure select "N".