# SPDX-License-Identifier: GPL-2.0-only menu "Allwinner SoC Audio support" depends on [31mCONFIG_ARCH_SUNXI[0m || [31mCONFIG_COMPILE_TEST[0m config [31mCONFIG_SND_SUN4I_CODEC[0m tristate "Allwinner A10 Codec Support" select [31mCONFIG_SND_SOC_GENERIC_DMAENGINE_PCM[0m select [31mCONFIG_REGMAP_MMIO[0m help Select Y or [31mCONFIG_M[0m to add support for the Codec embedded in the Allwinner A10 and affiliated SoCs. config [31mCONFIG_SND_SUN8I_CODEC[0m tristate "Allwinner SUN8I audio codec" depends on [31mCONFIG_OF[0m depends on [31mCONFIG_MACH_SUN8I[0m || ([31mCONFIG_ARM64[0m && [31mCONFIG_ARCH_SUNXI[0m) || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_REGMAP_MMIO[0m help This option enables the digital part of the internal audio codec for Allwinner sun8i SoC (and particularly A33). Say Y or [31mCONFIG_M[0m if you want to add sun8i digital audio codec support. config [31mCONFIG_SND_SUN8I_CODEC_ANALOG[0m tristate "Allwinner sun8i Codec Analog Controls Support" depends on [31mCONFIG_MACH_SUN8I[0m || ([31mCONFIG_ARM64[0m && [31mCONFIG_ARCH_SUNXI[0m) || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_SND_SUN8I_ADDA_PR_REGMAP[0m help Say Y or [31mCONFIG_M[0m if you want to add support for the analog controls for the codec embedded in newer Allwinner SoCs. config [31mCONFIG_SND_SUN50I_CODEC_ANALOG[0m tristate "Allwinner sun50i Codec Analog Controls Support" depends on ([31mCONFIG_ARM64[0m && [31mCONFIG_ARCH_SUNXI[0m) || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_SND_SUN8I_ADDA_PR_REGMAP[0m help Say Y or [31mCONFIG_M[0m if you want to add support for the analog controls for the codec embedded in Allwinner A64 SoC. config [31mCONFIG_SND_SUN4I_I2S[0m tristate "Allwinner A10 I2S Support" select [31mCONFIG_SND_SOC_GENERIC_DMAENGINE_PCM[0m select [31mCONFIG_REGMAP_MMIO[0m help Say Y or [31mCONFIG_M[0m if you want to add support for codecs attached to the Allwinner A10 I2S. You will also need to select the individual machine drivers to support below. config [31mCONFIG_SND_SUN4I_SPDIF[0m tristate "Allwinner A10 SPDIF Support" depends on [31mCONFIG_OF[0m select [31mCONFIG_SND_SOC_GENERIC_DMAENGINE_PCM[0m select [31mCONFIG_REGMAP_MMIO[0m help Say Y or [31mCONFIG_M[0m to add support for the S/PDIF audio block in the Allwinner A10 and affiliated SoCs. config [31mCONFIG_SND_SUN8I_ADDA_PR_REGMAP[0m tristate select [31mCONFIG_REGMAP[0m endmenu |