34 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Ux500 SoC audio configuration4#5menuconfig SND_SOC_UX5006 tristate "SoC Audio support for Ux500 platform"7 depends on SND_SOC8 depends on MFD_DB8500_PRCMU9 help10 Say Y if you want to enable ASoC-support for11 any of the Ux500 platforms (e.g. U8500).12 13config SND_SOC_UX500_PLAT_MSP_I2S14 tristate15 depends on SND_SOC_UX50016 17config SND_SOC_UX500_PLAT_DMA18 tristate "Platform - DB8500 (DMA)"19 depends on SND_SOC_UX50020 select SND_SOC_GENERIC_DMAENGINE_PCM21 help22 Say Y if you want to enable the Ux500 platform-driver.23 24config SND_SOC_UX500_MACH_MOP50025 tristate "Machine - MOP500 (Ux500 + AB8500)"26 depends on AB8500_CORE && AB8500_GPADC && SND_SOC_UX50027 select SND_SOC_AB8500_CODEC28 select SND_SOC_UX500_PLAT_MSP_I2S29 select SND_SOC_UX500_PLAT_DMA30 help31 Select this to enable the MOP500 machine-driver.32 This will enable platform-drivers for: Ux50033 This will enable codec-drivers for: AB850034