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_MFLD_PLATFORM 6 select SND_SST_IPC_PCI 7 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 13config SND_SST_MFLD_PLATFORM 14 tristate 15 16config SND_SST_IPC 17 tristate 18 19config SND_SST_IPC_PCI 20 tristate 21 select SND_SST_IPC 22 23config SND_SST_IPC_ACPI 24 tristate 25 select SND_SST_IPC 26 depends on ACPI 27 28config SND_SOC_INTEL_SST 29 tristate "ASoC support for Intel(R) Smart Sound Technology" 30 select SND_SOC_INTEL_SST_ACPI if ACPI 31 depends on (X86 || COMPILE_TEST) 32 depends on DW_DMAC_CORE 33 help 34 This adds support for Intel(R) Smart Sound Technology (SST). 35 Say Y if you have such a device 36 If unsure select "N". 37 38config SND_SOC_INTEL_SST_ACPI 39 tristate 40 41config SND_SOC_INTEL_HASWELL 42 tristate 43 44config SND_SOC_INTEL_BAYTRAIL 45 tristate 46 47config SND_SOC_INTEL_HASWELL_MACH 48 tristate "ASoC Audio DSP support for Intel Haswell Lynxpoint" 49 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C && \ 50 I2C_DESIGNWARE_PLATFORM 51 select SND_SOC_INTEL_HASWELL 52 select SND_SOC_RT5640 53 help 54 This adds support for the Lynxpoint Audio DSP on Intel(R) Haswell 55 Ultrabook platforms. 56 Say Y if you have such a device 57 If unsure select "N". 58 59config SND_SOC_INTEL_BYT_RT5640_MACH 60 tristate "ASoC Audio driver for Intel Baytrail with RT5640 codec" 61 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C 62 select SND_SOC_INTEL_BAYTRAIL 63 select SND_SOC_RT5640 64 help 65 This adds audio driver for Intel Baytrail platform based boards 66 with the RT5640 audio codec. 67 68config SND_SOC_INTEL_BYT_MAX98090_MACH 69 tristate "ASoC Audio driver for Intel Baytrail with MAX98090 codec" 70 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && I2C 71 select SND_SOC_INTEL_BAYTRAIL 72 select SND_SOC_MAX98090 73 help 74 This adds audio driver for Intel Baytrail platform based boards 75 with the MAX98090 audio codec. 76 77config SND_SOC_INTEL_BROADWELL_MACH 78 tristate "ASoC Audio DSP support for Intel Broadwell Wildcatpoint" 79 depends on SND_SOC_INTEL_SST && X86_INTEL_LPSS && DW_DMAC && \ 80 I2C_DESIGNWARE_PLATFORM 81 select SND_SOC_INTEL_HASWELL 82 select SND_COMPRESS_OFFLOAD 83 select SND_SOC_RT286 84 help 85 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell 86 Ultrabook platforms. 87 Say Y if you have such a device 88 If unsure select "N". 89 90config SND_SOC_INTEL_BYTCR_RT5640_MACH 91 tristate "ASoC Audio DSP Support for MID BYT Platform" 92 depends on X86 && I2C 93 select SND_SOC_RT5640 94 select SND_SST_MFLD_PLATFORM 95 select SND_SST_IPC_ACPI 96 help 97 This adds support for ASoC machine driver for Intel(R) MID Baytrail platform 98 used as alsa device in audio substem in Intel(R) MID devices 99 Say Y if you have such a device 100 If unsure select "N". 101 102config SND_SOC_INTEL_CHT_BSW_RT5672_MACH 103 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec" 104 depends on X86_INTEL_LPSS && I2C 105 select SND_SOC_RT5670 106 select SND_SST_MFLD_PLATFORM 107 select SND_SST_IPC_ACPI 108 help 109 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell 110 platforms with RT5672 audio codec. 111 Say Y if you have such a device 112 If unsure select "N". 113 114config SND_SOC_INTEL_CHT_BSW_RT5645_MACH 115 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645 codec" 116 depends on X86_INTEL_LPSS 117 select SND_SOC_RT5645 118 select SND_SST_MFLD_PLATFORM 119 select SND_SST_IPC_ACPI 120 help 121 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell 122 platforms with RT5645 audio codec. 123 If unsure select "N". 124