1# SPDX-License-Identifier: GPL-2.0-only 2menu "SoC Audio for Freescale CPUs" 3 4comment "Common SoC Audio options for Freescale CPUs:" 5 6config SND_SOC_FSL_ASRC 7 tristate "Asynchronous Sample Rate Converter (ASRC) module support" 8 depends on HAS_DMA 9 select REGMAP_MMIO 10 select SND_SOC_GENERIC_DMAENGINE_PCM 11 help 12 Say Y if you want to add Asynchronous Sample Rate Converter (ASRC) 13 support for the Freescale CPUs. 14 This option is only useful for out-of-tree drivers since 15 in-tree drivers select it automatically. 16 17config SND_SOC_FSL_SAI 18 tristate "Synchronous Audio Interface (SAI) module support" 19 select REGMAP_MMIO 20 select SND_SOC_IMX_PCM_DMA if SND_IMX_SOC != n 21 select SND_SOC_GENERIC_DMAENGINE_PCM 22 help 23 Say Y if you want to add Synchronous Audio Interface (SAI) 24 support for the Freescale CPUs. 25 This option is only useful for out-of-tree drivers since 26 in-tree drivers select it automatically. 27 28config SND_SOC_FSL_MQS 29 tristate "Medium Quality Sound (MQS) module support" 30 depends on SND_SOC_FSL_SAI 31 select REGMAP_MMIO 32 help 33 Say Y if you want to add Medium Quality Sound (MQS) 34 support for the Freescale CPUs. 35 This option is only useful for out-of-tree drivers since 36 in-tree drivers select it automatically. 37 38config SND_SOC_FSL_AUDMIX 39 tristate "Audio Mixer (AUDMIX) module support" 40 select REGMAP_MMIO 41 help 42 Say Y if you want to add Audio Mixer (AUDMIX) 43 support for the NXP iMX CPUs. 44 45config SND_SOC_FSL_SSI 46 tristate "Synchronous Serial Interface module (SSI) support" 47 select SND_SOC_IMX_PCM_DMA if SND_IMX_SOC != n 48 select SND_SOC_IMX_PCM_FIQ if SND_IMX_SOC != n && (MXC_TZIC || MXC_AVIC) 49 select REGMAP_MMIO 50 help 51 Say Y if you want to add Synchronous Serial Interface (SSI) 52 support for the Freescale CPUs. 53 This option is only useful for out-of-tree drivers since 54 in-tree drivers select it automatically. 55 56config SND_SOC_FSL_SPDIF 57 tristate "Sony/Philips Digital Interface (S/PDIF) module support" 58 select REGMAP_MMIO 59 select SND_SOC_IMX_PCM_DMA if SND_IMX_SOC != n 60 select SND_SOC_IMX_PCM_FIQ if SND_IMX_SOC != n && (MXC_TZIC || MXC_AVIC) 61 select BITREVERSE 62 help 63 Say Y if you want to add Sony/Philips Digital Interface (SPDIF) 64 support for the Freescale CPUs. 65 This option is only useful for out-of-tree drivers since 66 in-tree drivers select it automatically. 67 68config SND_SOC_FSL_ESAI 69 tristate "Enhanced Serial Audio Interface (ESAI) module support" 70 select REGMAP_MMIO 71 select SND_SOC_IMX_PCM_DMA if SND_IMX_SOC != n 72 help 73 Say Y if you want to add Enhanced Synchronous Audio Interface 74 (ESAI) support for the Freescale CPUs. 75 This option is only useful for out-of-tree drivers since 76 in-tree drivers select it automatically. 77 78config SND_SOC_FSL_MICFIL 79 tristate "Pulse Density Modulation Microphone Interface (MICFIL) module support" 80 select REGMAP_MMIO 81 select SND_SOC_IMX_PCM_DMA if SND_IMX_SOC != n 82 select SND_SOC_GENERIC_DMAENGINE_PCM 83 help 84 Say Y if you want to add Pulse Density Modulation microphone 85 interface (MICFIL) support for NXP. 86 87config SND_SOC_FSL_EASRC 88 tristate "Enhanced Asynchronous Sample Rate Converter (EASRC) module support" 89 depends on SND_SOC_FSL_ASRC 90 select REGMAP_MMIO 91 select SND_SOC_GENERIC_DMAENGINE_PCM 92 help 93 Say Y if you want to add Enhanced ASRC support for NXP. The ASRC is 94 a digital module that converts audio from a source sample rate to a 95 destination sample rate. It is a new design module compare with the 96 old ASRC. 97 98config SND_SOC_FSL_XCVR 99 tristate "NXP Audio Transceiver (XCVR) module support" 100 select REGMAP_MMIO 101 select SND_SOC_IMX_PCM_DMA if SND_IMX_SOC != n 102 select SND_SOC_GENERIC_DMAENGINE_PCM 103 help 104 Say Y if you want to add Audio Transceiver (XCVR) support for NXP 105 iMX CPUs. XCVR is a digital module that supports HDMI2.1 eARC, 106 HDMI1.4 ARC and SPDIF. 107 108config SND_SOC_FSL_AUD2HTX 109 tristate "AUDIO TO HDMI TX module support" 110 depends on ARCH_MXC || COMPILE_TEST 111 select SND_SOC_IMX_PCM_DMA if SND_IMX_SOC != n 112 help 113 Say Y if you want to add AUDIO TO HDMI TX support for NXP. 114 115config SND_SOC_FSL_UTILS 116 tristate 117 118config SND_SOC_IMX_PCM_DMA 119 tristate 120 select SND_SOC_GENERIC_DMAENGINE_PCM 121 122config SND_SOC_IMX_AUDMUX 123 tristate "Digital Audio Mux module support" 124 help 125 Say Y if you want to add Digital Audio Mux (AUDMUX) support 126 for the ARM i.MX CPUs. 127 This option is only useful for out-of-tree drivers since 128 in-tree drivers select it automatically. 129 130config SND_POWERPC_SOC 131 tristate "SoC Audio for Freescale PowerPC CPUs" 132 depends on FSL_SOC || PPC_MPC52xx 133 help 134 Say Y or M if you want to add support for codecs attached to 135 the PowerPC CPUs. 136 137config SND_IMX_SOC 138 tristate "SoC Audio for Freescale i.MX CPUs" 139 depends on ARCH_MXC || COMPILE_TEST 140 help 141 Say Y or M if you want to add support for codecs attached to 142 the i.MX CPUs. 143 144if SND_POWERPC_SOC 145 146config SND_MPC52xx_DMA 147 tristate 148 149config SND_SOC_POWERPC_DMA 150 tristate 151 152comment "SoC Audio support for Freescale PPC boards:" 153 154config SND_SOC_MPC8610_HPCD 155 tristate "ALSA SoC support for the Freescale MPC8610 HPCD board" 156 # I2C is necessary for the CS4270 driver 157 depends on MPC8610_HPCD && I2C 158 select SND_SOC_FSL_SSI 159 select SND_SOC_FSL_UTILS 160 select SND_SOC_POWERPC_DMA 161 select SND_SOC_CS4270 162 select SND_SOC_CS4270_VD33_ERRATA 163 default y if MPC8610_HPCD 164 help 165 Say Y if you want to enable audio on the Freescale MPC8610 HPCD. 166 167config SND_SOC_P1022_DS 168 tristate "ALSA SoC support for the Freescale P1022 DS board" 169 # I2C is necessary for the WM8776 driver 170 depends on P1022_DS && I2C 171 select SND_SOC_FSL_SSI 172 select SND_SOC_FSL_UTILS 173 select SND_SOC_POWERPC_DMA 174 select SND_SOC_WM8776 175 default y if P1022_DS 176 help 177 Say Y if you want to enable audio on the Freescale P1022 DS board. 178 This will also include the Wolfson Microelectronics WM8776 codec 179 driver. 180 181config SND_SOC_P1022_RDK 182 tristate "ALSA SoC support for the Freescale / iVeia P1022 RDK board" 183 # I2C is necessary for the WM8960 driver 184 depends on P1022_RDK && I2C 185 select SND_SOC_FSL_SSI 186 select SND_SOC_FSL_UTILS 187 select SND_SOC_POWERPC_DMA 188 select SND_SOC_WM8960 189 default y if P1022_RDK 190 help 191 Say Y if you want to enable audio on the Freescale / iVeia 192 P1022 RDK board. This will also include the Wolfson 193 Microelectronics WM8960 codec driver. 194 195config SND_SOC_MPC5200_I2S 196 tristate "Freescale MPC5200 PSC in I2S mode driver" 197 depends on PPC_MPC52xx && PPC_BESTCOMM 198 select SND_MPC52xx_DMA 199 select PPC_BESTCOMM_GEN_BD 200 help 201 Say Y here to support the MPC5200 PSCs in I2S mode. 202 203config SND_SOC_MPC5200_AC97 204 tristate "Freescale MPC5200 PSC in AC97 mode driver" 205 depends on PPC_MPC52xx && PPC_BESTCOMM 206 select SND_SOC_AC97_BUS 207 select SND_MPC52xx_DMA 208 select PPC_BESTCOMM_GEN_BD 209 help 210 Say Y here to support the MPC5200 PSCs in AC97 mode. 211 212config SND_MPC52xx_SOC_PCM030 213 tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712" 214 depends on PPC_MPC5200_SIMPLE 215 select SND_SOC_MPC5200_AC97 216 select SND_SOC_WM9712 217 help 218 Say Y if you want to add support for sound on the Phytec pcm030 219 baseboard. 220 221config SND_MPC52xx_SOC_EFIKA 222 tristate "SoC AC97 Audio support for bbplan Efika and STAC9766" 223 depends on PPC_EFIKA 224 select SND_SOC_MPC5200_AC97 225 select SND_SOC_STAC9766 226 help 227 Say Y if you want to add support for sound on the Efika. 228 229endif # SND_POWERPC_SOC 230 231config SND_SOC_IMX_PCM_FIQ 232 tristate 233 default y if (SND_SOC_FSL_SSI=m || SND_SOC_FSL_SPDIF=m) && (MXC_TZIC || MXC_AVIC) 234 select FIQ 235 236if SND_IMX_SOC 237 238comment "SoC Audio support for Freescale i.MX boards:" 239 240config SND_SOC_EUKREA_TLV320 241 tristate "Eukrea TLV320" 242 depends on ARCH_MXC && !ARM64 && I2C 243 select SND_SOC_TLV320AIC23_I2C 244 select SND_SOC_IMX_AUDMUX 245 select SND_SOC_FSL_SSI 246 select SND_SOC_IMX_PCM_DMA 247 help 248 Enable I2S based access to the TLV320AIC23B codec attached 249 to the SSI interface 250 251config SND_SOC_IMX_ES8328 252 tristate "SoC Audio support for i.MX boards with the ES8328 codec" 253 depends on OF && (I2C || SPI) 254 select SND_SOC_ES8328_I2C if I2C 255 select SND_SOC_ES8328_SPI if SPI_MASTER 256 select SND_SOC_IMX_PCM_DMA 257 select SND_SOC_IMX_AUDMUX 258 select SND_SOC_FSL_SSI 259 help 260 Say Y if you want to add support for the ES8328 audio codec connected 261 via SSI/I2S over either SPI or I2C. 262 263config SND_SOC_IMX_SGTL5000 264 tristate "SoC Audio support for i.MX boards with sgtl5000" 265 depends on OF && I2C 266 select SND_SOC_SGTL5000 267 select SND_SOC_IMX_PCM_DMA 268 select SND_SOC_IMX_AUDMUX 269 select SND_SOC_FSL_SSI 270 help 271 Say Y if you want to add support for SoC audio on an i.MX board with 272 a sgtl5000 codec. 273 274config SND_SOC_IMX_SPDIF 275 tristate "SoC Audio support for i.MX boards with S/PDIF" 276 select SND_SOC_IMX_PCM_DMA 277 select SND_SOC_FSL_SPDIF 278 help 279 SoC Audio support for i.MX boards with S/PDIF 280 Say Y if you want to add support for SoC audio on an i.MX board with 281 a S/DPDIF. 282 283config SND_SOC_FSL_ASOC_CARD 284 tristate "Generic ASoC Sound Card with ASRC support" 285 depends on OF && I2C 286 # enforce SND_SOC_FSL_ASOC_CARD=m if SND_AC97_CODEC=m: 287 depends on SND_AC97_CODEC || SND_AC97_CODEC=n 288 select SND_SIMPLE_CARD_UTILS 289 select SND_SOC_IMX_AUDMUX 290 select SND_SOC_IMX_PCM_DMA 291 select SND_SOC_FSL_ESAI 292 select SND_SOC_FSL_SAI 293 select SND_SOC_FSL_SSI 294 help 295 ALSA SoC Audio support with ASRC feature for Freescale SoCs that have 296 ESAI/SAI/SSI and connect with external CODECs such as WM8962, CS42888, 297 CS4271, CS4272, SGTL5000 and TLV320AIC32x4. 298 Say Y if you want to add support for Freescale Generic ASoC Sound Card. 299 300config SND_SOC_IMX_AUDMIX 301 tristate "SoC Audio support for i.MX boards with AUDMIX" 302 select SND_SOC_FSL_AUDMIX 303 select SND_SOC_FSL_SAI 304 help 305 SoC Audio support for i.MX boards with Audio Mixer 306 Say Y if you want to add support for SoC audio on an i.MX board with 307 an Audio Mixer. 308 309config SND_SOC_IMX_HDMI 310 tristate "SoC Audio support for i.MX boards with HDMI port" 311 select SND_SOC_FSL_SAI 312 select SND_SOC_FSL_AUD2HTX 313 select SND_SOC_HDMI_CODEC 314 help 315 ALSA SoC Audio support with HDMI feature for Freescale SoCs that have 316 SAI/AUD2HTX and connect with internal HDMI IP or external module 317 SII902X. 318 Say Y if you want to add support for SoC audio on an i.MX board with 319 IMX HDMI. 320 321endif # SND_IMX_SOC 322 323endmenu 324