brintos

brintos / linux-shallow public Read only

0
0
Text · 568 B · 402ef1e Raw
23 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2menuconfig SND_MXS_SOC3	tristate "SoC Audio for Freescale MXS CPUs"4	depends on ARCH_MXS || COMPILE_TEST5	depends on COMMON_CLK6	select SND_SOC_GENERIC_DMAENGINE_PCM7	help8	  Say Y or M if you want to add support for codecs attached to9	  the MXS SAIF interface.10 11 12if SND_MXS_SOC13 14config SND_SOC_MXS_SGTL500015	tristate "SoC Audio support for MXS boards with sgtl5000"16	depends on I2C17	select SND_SOC_SGTL500018	help19	  Say Y if you want to add support for SoC audio on an MXS board with20	  a sgtl5000 codec.21 22endif	# SND_MXS_SOC23