# SPDX-License-Identifier: GPL-2.0 config [31mCONFIG_SND_SOC_UNIPHIER[0m tristate "ASoC support for UniPhier" depends on ([31mCONFIG_ARCH_UNIPHIER[0m || [31mCONFIG_COMPILE_TEST[0m) help Say Y or [31mCONFIG_M[0m if you want to add support for the Socionext UniPhier SoC audio interfaces. You will also need to select the audio interfaces to support below. If unsure select "N". config [31mCONFIG_SND_SOC_UNIPHIER_AIO[0m tristate "UniPhier AIO DAI Driver" select [31mCONFIG_REGMAP_MMIO[0m select [31mCONFIG_SND_SOC_COMPRESS[0m depends on [31mCONFIG_SND_SOC_UNIPHIER[0m help This adds ASoC driver support for Socionext UniPhier '[31mCONFIG_AIO[0m' Audio Input/Output subsystem. Select Y if you use such device. If unsure select "N". config [31mCONFIG_SND_SOC_UNIPHIER_LD11[0m tristate "UniPhier LD11/LD20 Device Driver" depends on [31mCONFIG_SND_SOC_UNIPHIER[0m select [31mCONFIG_SND_SOC_UNIPHIER_AIO[0m select SND_SOC_UNIPHIER_AIO_DMA help This adds ASoC driver for Socionext UniPhier LD11/LD20 input and output that can be used with other codecs. Select Y if you use such device. If unsure select "N". config [31mCONFIG_SND_SOC_UNIPHIER_PXS2[0m tristate "UniPhier PXs2 Device Driver" depends on [31mCONFIG_SND_SOC_UNIPHIER[0m select [31mCONFIG_SND_SOC_UNIPHIER_AIO[0m select SND_SOC_UNIPHIER_AIO_DMA help This adds ASoC driver for Socionext UniPhier PXs2 input and output that can be used with other codecs. Select Y if you use such device. If unsure select "N". config [31mCONFIG_SND_SOC_UNIPHIER_EVEA_CODEC[0m tristate "UniPhier SoC internal audio codec" depends on [31mCONFIG_SND_SOC_UNIPHIER[0m select [31mCONFIG_REGMAP_MMIO[0m help This adds Codec driver for Socionext UniPhier LD11/20 SoC internal DAC. This driver supports Line In / Out and HeadPhone. Select Y if you use such device. If unsure select "N". |