Kconfig 1.4 KB
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.
J
Jon Smirl 已提交
32 33 34 35 36 37 38 39 40 41

config SND_SOC_MPC5200_AC97
	tristate "Freescale MPC5200 PSC in AC97 mode driver"
	depends on PPC_MPC52xx && PPC_BESTCOMM
	select AC97_BUS
	select SND_MPC52xx_DMA
	select PPC_BESTCOMM_GEN_BD
	help
	  Say Y here to support the MPC5200 PSCs in AC97 mode.

42 43 44 45 46 47 48
config SND_MPC52xx_SOC_PCM030
	tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712"
	depends on PPC_MPC5200_SIMPLE
	select SND_SOC_MPC5200_AC97
	select SND_SOC_WM9712
	help
	  Say Y if you want to add support for sound on the Phytec pcm030 baseboard.
J
Jon Smirl 已提交
49