xref: /openbmc/linux/sound/soc/mxs/Kconfig (revision e657c18a)
1menuconfig SND_MXS_SOC
2	tristate "SoC Audio for Freescale MXS CPUs"
3	depends on ARCH_MXS || COMPILE_TEST
4	depends on COMMON_CLK
5	select SND_SOC_GENERIC_DMAENGINE_PCM
6	help
7	  Say Y or M if you want to add support for codecs attached to
8	  the MXS SAIF interface.
9
10
11if SND_MXS_SOC
12
13config SND_SOC_MXS_SGTL5000
14	tristate "SoC Audio support for MXS boards with sgtl5000"
15	depends on I2C
16	select SND_SOC_SGTL5000
17	help
18	  Say Y if you want to add support for SoC audio on an MXS board with
19	  a sgtl5000 codec.
20
21endif	# SND_MXS_SOC
22