]> git.karo-electronics.de Git - mv-sheeva.git/blob - sound/soc/fsl/Kconfig
98186870038843aa48d9db2bf78941ef2c953461
[mv-sheeva.git] / sound / soc / fsl / Kconfig
1 config SND_MPC52xx_DMA
2         tristate
3
4 # ASoC platform support for the Freescale MPC8610 SOC.  This compiles drivers
5 # for the SSI and the Elo DMA controller.  You will still need to select
6 # a platform driver and a codec driver.
7 config SND_SOC_MPC8610
8         tristate
9         depends on MPC8610
10
11 config SND_SOC_MPC8610_HPCD
12         tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"
13         # I2C is necessary for the CS4270 driver
14         depends on MPC8610_HPCD && I2C
15         select SND_SOC_MPC8610
16         select SND_SOC_CS4270
17         select SND_SOC_CS4270_VD33_ERRATA
18         default y if MPC8610_HPCD
19         help
20           Say Y if you want to enable audio on the Freescale MPC8610 HPCD.
21
22 config SND_SOC_MPC5200_I2S
23         tristate "Freescale MPC5200 PSC in I2S mode driver"
24         depends on PPC_MPC52xx && PPC_BESTCOMM
25         select SND_MPC52xx_DMA
26         select PPC_BESTCOMM_GEN_BD
27         help
28           Say Y here to support the MPC5200 PSCs in I2S mode.
29
30 config SND_SOC_MPC5200_AC97
31         tristate "Freescale MPC5200 PSC in AC97 mode driver"
32         depends on PPC_MPC52xx && PPC_BESTCOMM
33         select SND_SOC_AC97_BUS
34         select SND_MPC52xx_DMA
35         select PPC_BESTCOMM_GEN_BD
36         help
37           Say Y here to support the MPC5200 PSCs in AC97 mode.
38
39 config SND_MPC52xx_SOC_PCM030
40         tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712"
41         depends on PPC_MPC5200_SIMPLE
42         select SND_SOC_MPC5200_AC97
43         select SND_SOC_WM9712
44         help
45           Say Y if you want to add support for sound on the Phytec pcm030
46           baseboard.
47
48 config SND_MPC52xx_SOC_EFIKA
49         tristate "SoC AC97 Audio support for bbplan Efika and STAC9766"
50         depends on PPC_EFIKA
51         select SND_SOC_MPC5200_AC97
52         select SND_SOC_STAC9766
53         help
54           Say Y if you want to add support for sound on the Efika.
55