2008-07-29 10:42:28 +00:00
|
|
|
config SND_SOC_OF_SIMPLE
|
|
|
|
tristate
|
2009-05-23 23:12:59 +00:00
|
|
|
|
|
|
|
config SND_MPC52xx_DMA
|
|
|
|
tristate
|
2008-07-29 10:42:28 +00:00
|
|
|
|
2009-01-19 17:57:46 +00:00
|
|
|
# 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.
|
2008-01-11 17:15:26 +00:00
|
|
|
config SND_SOC_MPC8610
|
2009-01-19 17:57:46 +00:00
|
|
|
tristate
|
|
|
|
depends on MPC8610
|
2008-01-11 17:15:26 +00:00
|
|
|
|
|
|
|
config SND_SOC_MPC8610_HPCD
|
2009-01-19 17:57:46 +00:00
|
|
|
tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"
|
2009-01-23 00:23:39 +00:00
|
|
|
# I2C is necessary for the CS4270 driver
|
|
|
|
depends on MPC8610_HPCD && I2C
|
2009-01-19 17:57:46 +00:00
|
|
|
select SND_SOC_MPC8610
|
2008-01-11 17:15:26 +00:00
|
|
|
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.
|
2008-07-29 10:42:30 +00:00
|
|
|
|
|
|
|
config SND_SOC_MPC5200_I2S
|
|
|
|
tristate "Freescale MPC5200 PSC in I2S mode driver"
|
2009-05-04 14:03:21 +00:00
|
|
|
depends on PPC_MPC52xx && PPC_BESTCOMM
|
2009-05-23 23:12:59 +00:00
|
|
|
select SND_MPC52xx_DMA
|
2008-11-14 12:19:00 +00:00
|
|
|
select PPC_BESTCOMM_GEN_BD
|
2008-07-29 10:42:30 +00:00
|
|
|
help
|
|
|
|
Say Y here to support the MPC5200 PSCs in I2S mode.
|
2009-05-26 12:34:10 +00:00
|
|
|
|
|
|
|
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.
|
|
|
|
|
2009-05-26 12:34:12 +00:00
|
|
|
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.
|
2009-05-26 12:34:10 +00:00
|
|
|
|