Kconfig (dbcc34756234596993a3b1304636f032e66d401f) | Kconfig (20d0e1520ed1ba8aad05f416245446de0f7ec4bb) |
---|---|
1config SND_SOC_OF_SIMPLE 2 tristate 3 4config SND_MPC52xx_DMA 5 tristate 6 7# ASoC platform support for the Freescale MPC8610 SOC. This compiles drivers 8# for the SSI and the Elo DMA controller. You will still need to select --- 15 unchanged lines hidden (view full) --- 24 25config SND_SOC_MPC5200_I2S 26 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 help 31 Say Y here to support the MPC5200 PSCs in I2S mode. | 1config SND_SOC_OF_SIMPLE 2 tristate 3 4config SND_MPC52xx_DMA 5 tristate 6 7# ASoC platform support for the Freescale MPC8610 SOC. This compiles drivers 8# for the SSI and the Elo DMA controller. You will still need to select --- 15 unchanged lines hidden (view full) --- 24 25config SND_SOC_MPC5200_I2S 26 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 help 31 Say Y here to support the MPC5200 PSCs in I2S mode. |
32 33config SND_SOC_MPC5200_AC97 34 tristate "Freescale MPC5200 PSC in AC97 mode driver" 35 depends on PPC_MPC52xx && PPC_BESTCOMM 36 select AC97_BUS 37 select SND_MPC52xx_DMA 38 select PPC_BESTCOMM_GEN_BD 39 help 40 Say Y here to support the MPC5200 PSCs in AC97 mode. 41 42 |
|