xref: /openbmc/linux/sound/soc/fsl/Kconfig (revision 82ced6fd)
1config SND_SOC_OF_SIMPLE
2	tristate
3
4# ASoC platform support for the Freescale MPC8610 SOC.  This compiles drivers
5# for the SSI and the Elo DMA controller.  You will still need to select
6# a platform driver and a codec driver.
7config SND_SOC_MPC8610
8	tristate
9	depends on MPC8610
10
11config SND_SOC_MPC8610_HPCD
12	tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"
13	# I2C is necessary for the CS4270 driver
14	depends on MPC8610_HPCD && I2C
15	select SND_SOC_MPC8610
16	select SND_SOC_CS4270
17	select SND_SOC_CS4270_VD33_ERRATA
18	default y if MPC8610_HPCD
19	help
20	  Say Y if you want to enable audio on the Freescale MPC8610 HPCD.
21
22config SND_SOC_MPC5200_I2S
23	tristate "Freescale MPC5200 PSC in I2S mode driver"
24	depends on PPC_MPC52xx && PPC_BESTCOMM
25	select SND_SOC_OF_SIMPLE
26	select PPC_BESTCOMM_GEN_BD
27	help
28	  Say Y here to support the MPC5200 PSCs in I2S mode.
29