1 # SPDX-License-Identifier: GPL-2.0-only 2 # 3 # Ux500 SoC audio configuration 4 # 5 menuconfig SND_SOC_UX500 6 tristate "SoC Audio support for Ux500 7 depends on SND_SOC 8 depends on MFD_DB8500_PRCMU 9 help 10 Say Y if you want to enable AS 11 any of the Ux500 platforms (e. 12 13 config SND_SOC_UX500_PLAT_MSP_I2S 14 tristate 15 depends on SND_SOC_UX500 16 17 config SND_SOC_UX500_PLAT_DMA 18 tristate "Platform - DB8500 (DMA)" 19 depends on SND_SOC_UX500 20 select SND_SOC_GENERIC_DMAENGINE_PCM 21 help 22 Say Y if you want to enable th 23 24 config SND_SOC_UX500_MACH_MOP500 25 tristate "Machine - MOP500 (Ux500 + AB 26 depends on AB8500_CORE && AB8500_GPADC 27 select SND_SOC_AB8500_CODEC 28 select SND_SOC_UX500_PLAT_MSP_I2S 29 select SND_SOC_UX500_PLAT_DMA 30 help 31 Select this to enable the MOP5 32 This will enable platform-driv 33 This will enable codec-drivers
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.