1 config SND_MFLD_MACHINE
2 tristate "SOC Machine Audio driver for Intel Medfield MID platform"
3 depends on INTEL_SCU_IPC
5 select SND_SST_MFLD_PLATFORM
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.
13 config SND_SST_MFLD_PLATFORM
15 select SND_SOC_COMPRESS
20 config SND_SST_IPC_PCI
24 config SND_SST_IPC_ACPI
27 select SND_SOC_INTEL_SST
30 config SND_SOC_INTEL_SST
32 select SND_SOC_INTEL_SST_ACPI if ACPI
33 select SND_SOC_INTEL_SST_MATCH if ACPI
34 depends on (X86 || COMPILE_TEST)
36 # firmware stuff depends DW_DMAC_CORE; since there is no depends-on from
37 # the reverse selection, each machine driver needs to select
38 # SND_SOC_INTEL_SST_FIRMWARE carefully depending on DW_DMAC_CORE
39 config SND_SOC_INTEL_SST_FIRMWARE
42 config SND_SOC_INTEL_SST_ACPI
45 config SND_SOC_INTEL_SST_MATCH
48 config SND_SOC_INTEL_HASWELL
50 select SND_SOC_INTEL_SST_FIRMWARE
52 config SND_SOC_INTEL_BAYTRAIL
55 config SND_SOC_INTEL_HASWELL_MACH
56 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint"
57 depends on X86_INTEL_LPSS && I2C && I2C_DESIGNWARE_PLATFORM
58 depends on DW_DMAC_CORE
59 select SND_SOC_INTEL_SST
60 select SND_SOC_INTEL_HASWELL
63 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell
65 Say Y if you have such a device.
68 config SND_SOC_INTEL_BXT_DA7219_MAX98357A_MACH
69 tristate "ASoC Audio driver for Broxton with DA7219 and MAX98357A in I2S Mode"
70 depends on X86 && ACPI && I2C
71 select SND_SOC_INTEL_SST
72 select SND_SOC_INTEL_SKYLAKE
74 select SND_SOC_MAX98357A
76 select SND_SOC_HDAC_HDMI
77 select SND_HDA_DSP_LOADER
79 This adds support for ASoC machine driver for Broxton-P platforms
80 with DA7219 + MAX98357A I2S audio codec.
81 Say Y if you have such a device.
84 config SND_SOC_INTEL_BXT_RT298_MACH
85 tristate "ASoC Audio driver for Broxton with RT298 I2S mode"
86 depends on X86 && ACPI && I2C
87 select SND_SOC_INTEL_SST
88 select SND_SOC_INTEL_SKYLAKE
91 select SND_SOC_HDAC_HDMI
92 select SND_HDA_DSP_LOADER
94 This adds support for ASoC machine driver for Broxton platforms
95 with RT286 I2S audio codec.
96 Say Y if you have such a device.
99 config SND_SOC_INTEL_BYT_RT5640_MACH
100 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec"
101 depends on X86_INTEL_LPSS && I2C
102 depends on DW_DMAC_CORE && (SND_SST_IPC_ACPI = n)
103 select SND_SOC_INTEL_SST
104 select SND_SOC_INTEL_SST_FIRMWARE
105 select SND_SOC_INTEL_BAYTRAIL
106 select SND_SOC_RT5640
108 This adds audio driver for Intel Baytrail platform based boards
109 with the RT5640 audio codec. This driver is deprecated, use
110 SND_SOC_INTEL_BYTCR_RT5640_MACH instead for better functionality.
112 config SND_SOC_INTEL_BYT_MAX98090_MACH
113 tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec"
114 depends on X86_INTEL_LPSS && I2C
115 depends on DW_DMAC_CORE && (SND_SST_IPC_ACPI = n)
116 select SND_SOC_INTEL_SST
117 select SND_SOC_INTEL_SST_FIRMWARE
118 select SND_SOC_INTEL_BAYTRAIL
119 select SND_SOC_MAX98090
121 This adds audio driver for Intel Baytrail platform based boards
122 with the MAX98090 audio codec.
124 config SND_SOC_INTEL_BDW_RT5677_MACH
125 tristate "ASoC Audio driver for Intel Broadwell with RT5677 codec"
126 depends on X86_INTEL_LPSS && GPIOLIB && I2C && DW_DMAC
127 depends on DW_DMAC_CORE=y
128 select SND_SOC_INTEL_SST
129 select SND_SOC_INTEL_HASWELL
130 select SND_SOC_RT5677
132 This adds support for Intel Broadwell platform based boards with
133 the RT5677 audio codec.
135 config SND_SOC_INTEL_BROADWELL_MACH
136 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint"
137 depends on X86_INTEL_LPSS && I2C && DW_DMAC && \
138 I2C_DESIGNWARE_PLATFORM
139 depends on DW_DMAC_CORE
140 select SND_SOC_INTEL_SST
141 select SND_SOC_INTEL_HASWELL
144 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell
146 Say Y if you have such a device.
147 If unsure select "N".
149 config SND_SOC_INTEL_BYTCR_RT5640_MACH
150 tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5640 codec"
151 depends on X86 && I2C && ACPI
152 select SND_SOC_RT5640
153 select SND_SST_MFLD_PLATFORM
154 select SND_SST_IPC_ACPI
155 select SND_SOC_INTEL_SST_MATCH if ACPI
157 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
158 platforms with RT5640 audio codec.
159 Say Y if you have such a device.
160 If unsure select "N".
162 config SND_SOC_INTEL_BYTCR_RT5651_MACH
163 tristate "ASoC Audio driver for Intel Baytrail and Baytrail-CR with RT5651 codec"
164 depends on X86 && I2C && ACPI
165 select SND_SOC_RT5651
166 select SND_SST_MFLD_PLATFORM
167 select SND_SST_IPC_ACPI
168 select SND_SOC_INTEL_SST_MATCH if ACPI
170 This adds support for ASoC machine driver for Intel(R) Baytrail and Baytrail-CR
171 platforms with RT5651 audio codec.
172 Say Y if you have such a device.
173 If unsure select "N".
175 config SND_SOC_INTEL_CHT_BSW_RT5672_MACH
176 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec"
177 depends on X86_INTEL_LPSS && I2C && ACPI
178 select SND_SOC_RT5670
179 select SND_SST_MFLD_PLATFORM
180 select SND_SST_IPC_ACPI
181 select SND_SOC_INTEL_SST_MATCH if ACPI
183 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
184 platforms with RT5672 audio codec.
185 Say Y if you have such a device.
186 If unsure select "N".
188 config SND_SOC_INTEL_CHT_BSW_RT5645_MACH
189 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec"
190 depends on X86_INTEL_LPSS && I2C && ACPI
191 select SND_SOC_RT5645
192 select SND_SST_MFLD_PLATFORM
193 select SND_SST_IPC_ACPI
194 select SND_SOC_INTEL_SST_MATCH if ACPI
196 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
197 platforms with RT5645/5650 audio codec.
198 If unsure select "N".
200 config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH
201 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec"
202 depends on X86_INTEL_LPSS && I2C && ACPI
203 select SND_SOC_MAX98090
204 select SND_SOC_TS3A227E
205 select SND_SST_MFLD_PLATFORM
206 select SND_SST_IPC_ACPI
207 select SND_SOC_INTEL_SST_MATCH if ACPI
209 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell
210 platforms with MAX98090 audio codec it also can support TI jack chip as aux device.
211 If unsure select "N".
213 config SND_SOC_INTEL_SKYLAKE
215 select SND_HDA_EXT_CORE
216 select SND_HDA_DSP_LOADER
217 select SND_SOC_TOPOLOGY
218 select SND_SOC_INTEL_SST
220 config SND_SOC_INTEL_SKL_RT286_MACH
221 tristate "ASoC Audio driver for SKL with RT286 I2S mode"
222 depends on X86 && ACPI && I2C
223 select SND_SOC_INTEL_SST
224 select SND_SOC_INTEL_SKYLAKE
227 select SND_SOC_HDAC_HDMI
229 This adds support for ASoC machine driver for Skylake platforms
230 with RT286 I2S audio codec.
231 Say Y if you have such a device.
232 If unsure select "N".
234 config SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH
235 tristate "ASoC Audio driver for SKL with NAU88L25 and SSM4567 in I2S Mode"
236 depends on X86_INTEL_LPSS && I2C
237 select SND_SOC_INTEL_SST
238 select SND_SOC_INTEL_SKYLAKE
239 select SND_SOC_NAU8825
240 select SND_SOC_SSM4567
242 select SND_SOC_HDAC_HDMI
244 This adds support for ASoC Onboard Codec I2S machine driver. This will
245 create an alsa sound card for NAU88L25 + SSM4567.
246 Say Y if you have such a device.
247 If unsure select "N".
249 config SND_SOC_INTEL_SKL_NAU88L25_MAX98357A_MACH
250 tristate "ASoC Audio driver for SKL with NAU88L25 and MAX98357A in I2S Mode"
251 depends on X86_INTEL_LPSS && I2C
252 select SND_SOC_INTEL_SST
253 select SND_SOC_INTEL_SKYLAKE
254 select SND_SOC_NAU8825
255 select SND_SOC_MAX98357A
257 select SND_SOC_HDAC_HDMI
259 This adds support for ASoC Onboard Codec I2S machine driver. This will
260 create an alsa sound card for NAU88L25 + MAX98357A.
261 Say Y if you have such a device.
262 If unsure select "N".