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_SOC_RT286 83 help 84 This adds support for the Wilcatpoint Audio DSP on Intel(R) Broadwell 85 Ultrabook platforms. 86 Say Y if you have such a device 87 If unsure select "N". 88 89config SND_SOC_INTEL_BYTCR_RT5640_MACH 90 tristate "ASoC Audio DSP Support for MID BYT Platform" 91 depends on X86 && I2C 92 select SND_SOC_RT5640 93 select SND_SST_MFLD_PLATFORM 94 select SND_SST_IPC_ACPI 95 help 96 This adds support for ASoC machine driver for Intel(R) MID Baytrail platform 97 used as alsa device in audio substem in Intel(R) MID devices 98 Say Y if you have such a device 99 If unsure select "N". 100 101config SND_SOC_INTEL_CHT_BSW_RT5672_MACH 102 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5672 codec" 103 depends on X86_INTEL_LPSS && I2C 104 select SND_SOC_RT5670 105 select SND_SST_MFLD_PLATFORM 106 select SND_SST_IPC_ACPI 107 help 108 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell 109 platforms with RT5672 audio codec. 110 Say Y if you have such a device 111 If unsure select "N". 112 113config SND_SOC_INTEL_CHT_BSW_RT5645_MACH 114 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with RT5645/5650 codec" 115 depends on X86_INTEL_LPSS && I2C 116 select SND_SOC_RT5645 117 select SND_SST_MFLD_PLATFORM 118 select SND_SST_IPC_ACPI 119 help 120 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell 121 platforms with RT5645/5650 audio codec. 122 If unsure select "N". 123 124config SND_SOC_INTEL_CHT_BSW_MAX98090_TI_MACH 125 tristate "ASoC Audio driver for Intel Cherrytrail & Braswell with MAX98090 & TI codec" 126 depends on X86_INTEL_LPSS && I2C 127 select SND_SOC_MAX98090 128 select SND_SOC_TS3A227E 129 select SND_SST_MFLD_PLATFORM 130 select SND_SST_IPC_ACPI 131 help 132 This adds support for ASoC machine driver for Intel(R) Cherrytrail & Braswell 133 platforms with MAX98090 audio codec it also can support TI jack chip as aux device. 134 If unsure select "N". 135