Kconfig 901 Bytes
Newer Older
1 2
config SND_SOC_OF_SIMPLE
	tristate
3 4 5
	
config SND_MPC52xx_DMA
	tristate
6

7 8 9
# ASoC platform support for the Freescale MPC8610 SOC.  This compiles drivers
# for the SSI and the Elo DMA controller.  You will still need to select
# a platform driver and a codec driver.
10
config SND_SOC_MPC8610
11 12
	tristate
	depends on MPC8610
13 14

config SND_SOC_MPC8610_HPCD
15
	tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"
16 17
	# I2C is necessary for the CS4270 driver
	depends on MPC8610_HPCD && I2C
18
	select SND_SOC_MPC8610
19 20 21 22 23
	select SND_SOC_CS4270
	select SND_SOC_CS4270_VD33_ERRATA
	default y if MPC8610_HPCD
	help
	  Say Y if you want to enable audio on the Freescale MPC8610 HPCD.
24 25 26

config SND_SOC_MPC5200_I2S
	tristate "Freescale MPC5200 PSC in I2S mode driver"
27
	depends on PPC_MPC52xx && PPC_BESTCOMM
28
	select SND_MPC52xx_DMA
29
	select PPC_BESTCOMM_GEN_BD
30 31
	help
	  Say Y here to support the MPC5200 PSCs in I2S mode.