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