]> Pileus Git - ~andy/linux/blob - sound/soc/fsl/Kconfig
ASoC: fsl: separate SSI and DMA Kconfig options
[~andy/linux] / sound / soc / fsl / Kconfig
1 config SND_MPC52xx_DMA
2         tristate
3
4 config SND_SOC_FSL_SSI
5         tristate
6         depends on FSL_SOC
7
8 config SND_SOC_POWERPC_DMA
9         tristate
10         depends on FSL_SOC
11
12 config SND_SOC_MPC8610_HPCD
13         tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"
14         # I2C is necessary for the CS4270 driver
15         depends on MPC8610_HPCD && I2C
16         select SND_SOC_FSL_SSI
17         select SND_SOC_POWERPC_DMA
18         select SND_SOC_CS4270
19         select SND_SOC_CS4270_VD33_ERRATA
20         default y if MPC8610_HPCD
21         help
22           Say Y if you want to enable audio on the Freescale MPC8610 HPCD.
23
24 config SND_SOC_P1022_DS
25         tristate "ALSA SoC support for the Freescale P1022 DS board"
26         # I2C is necessary for the WM8776 driver
27         depends on P1022_DS && I2C
28         select SND_SOC_FSL_SSI
29         select SND_SOC_POWERPC_DMA
30         select SND_SOC_WM8776
31         default y if P1022_DS
32         help
33           Say Y if you want to enable audio on the Freescale P1022 DS board.
34           This will also include the Wolfson Microelectronics WM8776 codec
35           driver.
36
37 config SND_SOC_MPC5200_I2S
38         tristate "Freescale MPC5200 PSC in I2S mode driver"
39         depends on PPC_MPC52xx && PPC_BESTCOMM
40         select SND_MPC52xx_DMA
41         select PPC_BESTCOMM_GEN_BD
42         help
43           Say Y here to support the MPC5200 PSCs in I2S mode.
44
45 config SND_SOC_MPC5200_AC97
46         tristate "Freescale MPC5200 PSC in AC97 mode driver"
47         depends on PPC_MPC52xx && PPC_BESTCOMM
48         select SND_SOC_AC97_BUS
49         select SND_MPC52xx_DMA
50         select PPC_BESTCOMM_GEN_BD
51         help
52           Say Y here to support the MPC5200 PSCs in AC97 mode.
53
54 config SND_MPC52xx_SOC_PCM030
55         tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712"
56         depends on PPC_MPC5200_SIMPLE
57         select SND_SOC_MPC5200_AC97
58         select SND_SOC_WM9712
59         help
60           Say Y if you want to add support for sound on the Phytec pcm030
61           baseboard.
62
63 config SND_MPC52xx_SOC_EFIKA
64         tristate "SoC AC97 Audio support for bbplan Efika and STAC9766"
65         depends on PPC_EFIKA
66         select SND_SOC_MPC5200_AC97
67         select SND_SOC_STAC9766
68         help
69           Say Y if you want to add support for sound on the Efika.
70