Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
[deliverable/linux.git] / sound / soc / fsl / Kconfig
1 config SND_SOC_OF_SIMPLE
2 tristate
3
4 config 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
9 # a platform driver and a codec driver.
10 config SND_SOC_MPC8610
11 tristate
12 depends on MPC8610
13
14 config SND_SOC_MPC8610_HPCD
15 tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"
16 # I2C is necessary for the CS4270 driver
17 depends on MPC8610_HPCD && I2C
18 select SND_SOC_MPC8610
19 select SND_SOC_CS4270
20 select SND_SOC_CS4270_VD33_ERRATA
21 default y if MPC8610_HPCD
22 help
23 Say Y if you want to enable audio on the Freescale MPC8610 HPCD.
24
25 config 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
33 config SND_SOC_MPC5200_AC97
34 tristate "Freescale MPC5200 PSC in AC97 mode driver"
35 depends on PPC_MPC52xx && PPC_BESTCOMM
36 select SND_SOC_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 config SND_MPC52xx_SOC_PCM030
43 tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712"
44 depends on PPC_MPC5200_SIMPLE
45 select SND_SOC_MPC5200_AC97
46 select SND_SOC_WM9712
47 help
48 Say Y if you want to add support for sound on the Phytec pcm030
49 baseboard.
50
51 config SND_MPC52xx_SOC_EFIKA
52 tristate "SoC AC97 Audio support for bbplan Efika and STAC9766"
53 depends on PPC_EFIKA
54 select SND_SOC_MPC5200_AC97
55 select SND_SOC_STAC9766
56 help
57 Say Y if you want to add support for sound on the Efika.
58
This page took 0.031504 seconds and 6 git commands to generate.