dbcc347562
Rewrite the mpc5200 audio DMA code to support both I2S and AC97. Signed-off-by: Jon Smirl <jonsmirl@gmail.com> Acked-by: Grant Likely <grant.likely@secretlab.ca> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
32 lines
901 B
Plaintext
32 lines
901 B
Plaintext
config SND_SOC_OF_SIMPLE
|
|
tristate
|
|
|
|
config SND_MPC52xx_DMA
|
|
tristate
|
|
|
|
# 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.
|
|
config SND_SOC_MPC8610
|
|
tristate
|
|
depends on MPC8610
|
|
|
|
config SND_SOC_MPC8610_HPCD
|
|
tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"
|
|
# I2C is necessary for the CS4270 driver
|
|
depends on MPC8610_HPCD && I2C
|
|
select SND_SOC_MPC8610
|
|
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.
|
|
|
|
config SND_SOC_MPC5200_I2S
|
|
tristate "Freescale MPC5200 PSC in I2S mode driver"
|
|
depends on PPC_MPC52xx && PPC_BESTCOMM
|
|
select SND_MPC52xx_DMA
|
|
select PPC_BESTCOMM_GEN_BD
|
|
help
|
|
Say Y here to support the MPC5200 PSCs in I2S mode.
|