1 menuconfig SND_SOC_INTEL_MACH
2 bool "Intel Machine drivers"
3 depends on SND_SOC_INTEL_SST_TOPLEVEL
5 Intel ASoC Machine Drivers. If you have a Intel machine that
6 has an audio controller with a DSP and I2S or DMIC port, then
7 enable this option by saying Y
9 Note that the answer to this question doesn't directly affect the
10 kernel: saying N will just cause the configurator to skip all
11 the questions about Intel ASoC machine drivers.
15 if SND_SOC_INTEL_HASWELL
17 config SND_SOC_INTEL_HASWELL_MACH
18 tristate "Haswell Lynxpoint"
19 depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
22 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
23 Ultrabook platforms. This is a recommended option.
24 Say Y or m if you have such a device.
27 config SND_SOC_INTEL_BDW_RT5677_MACH
28 tristate "Broadwell with RT5677 codec"
29 depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM && GPIOLIB
32 This adds support for Intel Broadwell platform based boards with
33 the RT5677 audio codec. This is a recommended option.
34 Say Y or m if you have such a device.
37 config SND_SOC_INTEL_BROADWELL_MACH
38 tristate "Broadwell Wildcatpoint"
39 depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
42 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
44 Say Y or m if you have such a device. This is a recommended option.
46 endif ## SND_SOC_INTEL_HASWELL
48 if SND_SOC_INTEL_BAYTRAIL
50 config SND_SOC_INTEL_BYT_MAX98090_MACH
51 tristate "Baytrail with MAX98090 codec"
52 depends on X86_INTEL_LPSS && I2C
53 select SND_SOC_MAX98090
55 This adds audio driver for Intel Baytrail platform based boards
56 with the MAX98090 audio codec. This driver is deprecated, use
57 SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH instead for better
60 config SND_SOC_INTEL_BYT_RT5640_MACH
61 tristate "Baytrail with RT5640 codec"
62 depends on X86_INTEL_LPSS && I2C
65 This adds audio driver for Intel Baytrail platform based boards
66 with the RT5640 audio codec. This driver is deprecated, use
67 SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality.
69 endif ## SND_SOC_INTEL_BAYTRAIL
71 if SND_SST_ATOM_HIFI2_PLATFORM
73 config SND_SOC_INTEL_BYTCR_RT5640_MACH
74 tristate "Baytrail and Baytrail-CR with RT5640 codec"
75 depends on X86_INTEL_LPSS && I2C && ACPI
79 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
80 platforms with RT5640 audio codec.
81 Say Y or m if you have such a device. This is a recommended option.
84 config SND_SOC_INTEL_BYTCR_RT5651_MACH
85 tristate "Baytrail and Baytrail-CR with RT5651 codec"
86 depends on X86_INTEL_LPSS && I2C && ACPI
90 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
91 platforms with RT5651 audio codec.
92 Say Y or m if you have such a device. This is a recommended option.
95 config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
96 tristate "Cherrytrail & Braswell with RT5672 codec"
97 depends on X86_INTEL_LPSS && I2C && ACPI
101 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
102 platforms with RT5672 audio codec.
103 Say Y or m if you have such a device. This is a recommended option.
104 If unsure select "N".
106 config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
107 tristate "Cherrytrail & Braswell with RT5645/5650 codec"
108 depends on X86_INTEL_LPSS && I2C && ACPI
110 select SND_SOC_RT5645
112 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
113 platforms with RT5645/5650 audio codec.
114 Say Y or m if you have such a device. This is a recommended option.
115 If unsure select "N".
117 config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
118 tristate "Cherrytrail & Braswell with MAX98090 & TI codec"
119 depends on X86_INTEL_LPSS && I2C && ACPI
120 select SND_SOC_MAX98090
121 select SND_SOC_TS3A227E
123 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
124 platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
125 Say Y or m if you have such a device. This is a recommended option.
126 If unsure select "N".
128 config SND_SOC_INTEL_CHT_BSW_NAU8824_MACH
129 tristate "Cherrytrail & Braswell with NAU88L24 codec"
130 depends on X86_INTEL_LPSS && I2C && ACPI
132 select SND_SOC_NAU8824
134 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
135 platforms with NAU88L24 audio codec.
136 Say Y or m if you have such a device. This is a recommended option.
137 If unsure select "N".
139 config SND_SOC_INTEL_BYT_CHT_DA7213_MACH
140 tristate "Baytrail & Cherrytrail with DA7212/7213 codec"
141 depends on X86_INTEL_LPSS && I2C && ACPI
143 select SND_SOC_DA7213
145 This adds support for ASoC machine driver for Intel(R) Baytrail & CherryTrail
146 platforms with DA7212/7213 audio codec.
147 Say Y or m if you have such a device. This is a recommended option.
148 If unsure select "N".
150 config SND_SOC_INTEL_BYT_CHT_ES8316_MACH
151 tristate "Baytrail & Cherrytrail with ES8316 codec"
152 depends on X86_INTEL_LPSS && I2C && ACPI
154 select SND_SOC_ES8316
156 This adds support for ASoC machine driver for Intel(R) Baytrail &
157 Cherrytrail platforms with ES8316 audio codec.
158 Say Y or m if you have such a device. This is a recommended option.
159 If unsure select "N".
161 config SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH
162 tristate "Baytrail & Cherrytrail platform with no codec (MinnowBoard MAX, Up)"
163 depends on X86_INTEL_LPSS && I2C && ACPI
165 This adds support for ASoC machine driver for the MinnowBoard Max or
166 Up boards and provides access to I2S signals on the Low-Speed
167 connector. This is not a recommended option outside of these cases.
168 It is not intended to be enabled by distros by default.
169 Say Y or m if you have such a device.
171 If unsure select "N".
173 endif ## SND_SST_ATOM_HIFI2_PLATFORM
175 if SND_SOC_INTEL_SKYLAKE
177 config SND_SOC_INTEL_SKL_RT286_MACH
178 tristate "SKL with RT286 I2S mode"
179 depends on MFD_INTEL_LPSS && I2C && ACPI
182 select SND_SOC_HDAC_HDMI
184 This adds support for ASoC machine driver for Skylake platforms
185 with RT286 I2S audio codec.
186 Say Y or m if you have such a device.
187 If unsure select "N".
189 config SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH
190 tristate "SKL with NAU88L25 and SSM4567 in I2S Mode"
191 depends on MFD_INTEL_LPSS && I2C && ACPI
192 select SND_SOC_NAU8825
193 select SND_SOC_SSM4567
195 select SND_SOC_HDAC_HDMI
197 This adds support for ASoC Onboard Codec I2S machine driver. This will
198 create an alsa sound card for NAU88L25 + SSM4567.
199 Say Y or m if you have such a device. This is a recommended option.
200 If unsure select "N".
202 config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH
203 tristate "SKL with NAU88L25 and MAX98357A in I2S Mode"
204 depends on MFD_INTEL_LPSS && I2C && ACPI
205 select SND_SOC_NAU8825
206 select SND_SOC_MAX98357A
208 select SND_SOC_HDAC_HDMI
210 This adds support for ASoC Onboard Codec I2S machine driver. This will
211 create an alsa sound card for NAU88L25 + MAX98357A.
212 Say Y or m if you have such a device. This is a recommended option.
213 If unsure select "N".
215 config SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
216 tristate "Broxton with DA7219 and MAX98357A in I2S Mode"
217 depends on MFD_INTEL_LPSS && I2C && ACPI
218 select SND_SOC_DA7219
219 select SND_SOC_MAX98357A
221 select SND_SOC_HDAC_HDMI
222 select SND_HDA_DSP_LOADER
224 This adds support for ASoC machine driver for Broxton-P platforms
225 with DA7219 + MAX98357A I2S audio codec.
226 Say Y or m if you have such a device. This is a recommended option.
227 If unsure select "N".
229 config SND_SOC_INTEL_BXT_RT298_MACH
230 tristate "Broxton with RT298 I2S mode"
231 depends on MFD_INTEL_LPSS && I2C && ACPI
234 select SND_SOC_HDAC_HDMI
235 select SND_HDA_DSP_LOADER
237 This adds support for ASoC machine driver for Broxton platforms
238 with RT286 I2S audio codec.
239 Say Y or m if you have such a device. This is a recommended option.
240 If unsure select "N".
242 config SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH
243 tristate "KBL with RT5663 and MAX98927 in I2S Mode"
244 depends on MFD_INTEL_LPSS && I2C && ACPI
245 select SND_SOC_RT5663
246 select SND_SOC_MAX98927
248 select SND_SOC_HDAC_HDMI
249 select SND_SOC_INTEL_SKYLAKE_SSP_CLK
251 This adds support for ASoC Onboard Codec I2S machine driver. This will
252 create an alsa sound card for RT5663 + MAX98927.
253 Say Y or m if you have such a device. This is a recommended option.
254 If unsure select "N".
256 config SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH
257 tristate "KBL with RT5663, RT5514 and MAX98927 in I2S Mode"
258 depends on MFD_INTEL_LPSS && I2C && ACPI
260 select SND_SOC_RT5663
261 select SND_SOC_RT5514
262 select SND_SOC_RT5514_SPI
263 select SND_SOC_MAX98927
264 select SND_SOC_HDAC_HDMI
266 This adds support for ASoC Onboard Codec I2S machine driver. This will
267 create an alsa sound card for RT5663 + RT5514 + MAX98927.
268 Say Y or m if you have such a device. This is a recommended option.
269 If unsure select "N".
271 config SND_SOC_INTEL_KBL_DA7219_MAX98357A_MACH
272 tristate "KBL with DA7219 and MAX98357A in I2S Mode"
273 depends on MFD_INTEL_LPSS && I2C && ACPI
274 select SND_SOC_DA7219
275 select SND_SOC_MAX98357A
277 select SND_SOC_HDAC_HDMI
279 This adds support for ASoC Onboard Codec I2S machine driver. This will
280 create an alsa sound card for DA7219 + MAX98357A I2S audio codec.
281 Say Y if you have such a device.
282 If unsure select "N".
284 endif ## SND_SOC_INTEL_SKYLAKE
286 endif ## SND_SOC_INTEL_MACH