Kconfig (5b45fe6b39e1d01c45de7b8e6d3ff72585eee6cf) | Kconfig (2a18483a7fb415c0c978f15cc690793b0f7d73e2) |
---|---|
1config SND_MFLD_MACHINE 2 tristate "SOC Machine Audio driver for Intel Medfield MID platform" 3 depends on INTEL_SCU_IPC 4 select SND_SOC_SN95031 5 select SND_SST_ATOM_HIFI2_PLATFORM 6 select SND_SST_IPC_PCI 7 help 8 This adds support for ASoC machine driver for Intel(R) MID Medfield platform --- 200 unchanged lines hidden (view full) --- 209 select SND_SST_ATOM_HIFI2_PLATFORM 210 select SND_SST_IPC_ACPI 211 select SND_SOC_INTEL_SST_MATCH if ACPI 212 help 213 This adds support for ASoC machine driver for Intel(R) Baytrail & CherryTrail 214 platforms with DA7212/7213 audio codec. 215 If unsure select "N". 216 | 1config SND_MFLD_MACHINE 2 tristate "SOC Machine Audio driver for Intel Medfield MID platform" 3 depends on INTEL_SCU_IPC 4 select SND_SOC_SN95031 5 select SND_SST_ATOM_HIFI2_PLATFORM 6 select SND_SST_IPC_PCI 7 help 8 This adds support for ASoC machine driver for Intel(R) MID Medfield platform --- 200 unchanged lines hidden (view full) --- 209 select SND_SST_ATOM_HIFI2_PLATFORM 210 select SND_SST_IPC_ACPI 211 select SND_SOC_INTEL_SST_MATCH if ACPI 212 help 213 This adds support for ASoC machine driver for Intel(R) Baytrail & CherryTrail 214 platforms with DA7212/7213 audio codec. 215 If unsure select "N". 216 |
217config SND_SOC_INTEL_BYT_CHT_ES8316_MACH 218 tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail with ES8316 codec" 219 depends on X86_INTEL_LPSS && I2C && ACPI 220 select SND_SOC_ES8316 221 select SND_SST_ATOM_HIFI2_PLATFORM 222 select SND_SST_IPC_ACPI 223 select SND_SOC_INTEL_SST_MATCH if ACPI 224 help 225 This adds support for ASoC machine driver for Intel(R) Baytrail & 226 Cherrytrail platforms with ES8316 audio codec. 227 If unsure select "N". 228 |
|
217config SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH 218 tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail platform with no codec (MinnowBoard MAX, Up)" 219 depends on X86_INTEL_LPSS && I2C && ACPI 220 select SND_SST_ATOM_HIFI2_PLATFORM 221 select SND_SST_IPC_ACPI 222 select SND_SOC_INTEL_SST_MATCH if ACPI 223 help 224 This adds support for ASoC machine driver for the MinnowBoard Max or 225 Up boards and provides access to I2S signals on the Low-Speed 226 connector 227 If unsure select "N". 228 | 229config SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH 230 tristate "ASoC Audio driver for Intel Baytrail & Cherrytrail platform with no codec (MinnowBoard MAX, Up)" 231 depends on X86_INTEL_LPSS && I2C && ACPI 232 select SND_SST_ATOM_HIFI2_PLATFORM 233 select SND_SST_IPC_ACPI 234 select SND_SOC_INTEL_SST_MATCH if ACPI 235 help 236 This adds support for ASoC machine driver for the MinnowBoard Max or 237 Up boards and provides access to I2S signals on the Low-Speed 238 connector 239 If unsure select "N". 240 |
241config SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH 242 tristate "ASoC Audio driver for KBL with RT5663 and MAX98927 in I2S Mode" 243 depends on X86_INTEL_LPSS && I2C 244 select SND_SOC_INTEL_SST 245 select SND_SOC_INTEL_SKYLAKE 246 select SND_SOC_RT5663 247 select SND_SOC_MAX98927 248 select SND_SOC_DMIC 249 select SND_SOC_HDAC_HDMI 250 help 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 if you have such a device. 254 If unsure select "N". 255 256config SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH 257 tristate "ASoC Audio driver for KBL with RT5663, RT5514 and MAX98927 in I2S Mode" 258 depends on X86_INTEL_LPSS && I2C 259 select SND_SOC_INTEL_SST 260 select SND_SOC_INTEL_SKYLAKE 261 select SND_SOC_RT5663 262 select SND_SOC_RT5514 263 select SND_SOC_MAX98927 264 select SND_SOC_HDAC_HDMI 265 help 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 if you have such a device. 269 If unsure select "N". 270 |
|
229config SND_SOC_INTEL_SKYLAKE 230 tristate 231 select SND_HDA_EXT_CORE 232 select SND_HDA_DSP_LOADER 233 select SND_SOC_TOPOLOGY 234 select SND_SOC_INTEL_SST 235 236config SND_SOC_INTEL_SKL_RT286_MACH --- 39 unchanged lines hidden --- | 271config SND_SOC_INTEL_SKYLAKE 272 tristate 273 select SND_HDA_EXT_CORE 274 select SND_HDA_DSP_LOADER 275 select SND_SOC_TOPOLOGY 276 select SND_SOC_INTEL_SST 277 278config SND_SOC_INTEL_SKL_RT286_MACH --- 39 unchanged lines hidden --- |