]>
Commit | Line | Data |
---|---|---|
84bc278b GL |
1 | config SND_SOC_OF_SIMPLE |
2 | tristate | |
89dd0842 JS |
3 | |
4 | config SND_MPC52xx_DMA | |
5 | tristate | |
84bc278b | 6 | |
75d91f9b TT |
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. | |
17467f23 | 10 | config SND_SOC_MPC8610 |
75d91f9b TT |
11 | tristate |
12 | depends on MPC8610 | |
17467f23 TT |
13 | |
14 | config SND_SOC_MPC8610_HPCD | |
75d91f9b | 15 | tristate "ALSA SoC support for the Freescale MPC8610 HPCD board" |
ff637d38 TT |
16 | # I2C is necessary for the CS4270 driver |
17 | depends on MPC8610_HPCD && I2C | |
75d91f9b | 18 | select SND_SOC_MPC8610 |
17467f23 TT |
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. | |
dc641378 GL |
24 | |
25 | config SND_SOC_MPC5200_I2S | |
26 | tristate "Freescale MPC5200 PSC in I2S mode driver" | |
6574612f | 27 | depends on PPC_MPC52xx && PPC_BESTCOMM |
89dd0842 | 28 | select SND_MPC52xx_DMA |
847cdf42 | 29 | select PPC_BESTCOMM_GEN_BD |
dc641378 GL |
30 | help |
31 | Say Y here to support the MPC5200 PSCs in I2S mode. | |
20d0e152 JS |
32 | |
33 | config SND_SOC_MPC5200_AC97 | |
34 | tristate "Freescale MPC5200 PSC in AC97 mode driver" | |
35 | depends on PPC_MPC52xx && PPC_BESTCOMM | |
6a84c234 | 36 | select SND_SOC_AC97_BUS |
20d0e152 JS |
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 | ||
a9262c4f JS |
42 | config SND_MPC52xx_SOC_PCM030 |
43 | tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712" | |
0c0e09e2 | 44 | depends on PPC_MPC5200_SIMPLE && BROKEN |
a9262c4f JS |
45 | select SND_SOC_MPC5200_AC97 |
46 | select SND_SOC_WM9712 | |
47 | help | |
0c0e09e2 MB |
48 | Say Y if you want to add support for sound on the Phytec pcm030 |
49 | baseboard. | |
20d0e152 | 50 | |
6ffee43e JS |
51 | config SND_MPC52xx_SOC_EFIKA |
52 | tristate "SoC AC97 Audio support for bbplan Efika and STAC9766" | |
0c0e09e2 | 53 | depends on PPC_EFIKA && BROKEN |
6ffee43e JS |
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 |