xref: /linux/sound/soc/mxs/Kconfig (revision 58e16d792a6a8c6b750f637a4649967fcac853dc)
1*ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2009ad054SDong Aishengmenuconfig SND_MXS_SOC
3009ad054SDong Aisheng	tristate "SoC Audio for Freescale MXS CPUs"
48ccbc3ebSMark Brown	depends on ARCH_MXS || COMPILE_TEST
5315d9c64SMark Brown	depends on COMMON_CLK
6a8956908SLars-Peter Clausen	select SND_SOC_GENERIC_DMAENGINE_PCM
7009ad054SDong Aisheng	help
8009ad054SDong Aisheng	  Say Y or M if you want to add support for codecs attached to
9009ad054SDong Aisheng	  the MXS SAIF interface.
10009ad054SDong Aisheng
11009ad054SDong Aisheng
12009ad054SDong Aishengif SND_MXS_SOC
13009ad054SDong Aisheng
14009ad054SDong Aishengconfig SND_SOC_MXS_SGTL5000
1548a08babSFabio Estevam	tristate "SoC Audio support for MXS boards with sgtl5000"
16009ad054SDong Aisheng	depends on I2C
17009ad054SDong Aisheng	select SND_SOC_SGTL5000
18009ad054SDong Aisheng	help
19009ad054SDong Aisheng	  Say Y if you want to add support for SoC audio on an MXS board with
20009ad054SDong Aisheng	  a sgtl5000 codec.
21009ad054SDong Aisheng
22009ad054SDong Aishengendif	# SND_MXS_SOC
23