1config SND_MPC52xx_DMA
2	tristate
3
4# ASoC platform support for the Freescale PowerPC SOCs that have an SSI and
5# an Elo DMA controller, such as the MPC8610 and P1022.  You will still need to
6# select a platform driver and a codec driver.
7config SND_SOC_POWERPC_SSI
8	tristate
9	depends on FSL_SOC
10
11config 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_POWERPC_SSI
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
22config SND_SOC_P1022_DS
23	tristate "ALSA SoC support for the Freescale P1022 DS board"
24	# I2C is necessary for the WM8776 driver
25	depends on P1022_DS && I2C
26	select SND_SOC_POWERPC_SSI
27	select SND_SOC_WM8776
28	default y if P1022_DS
29	help
30	  Say Y if you want to enable audio on the Freescale P1022 DS board.
31	  This will also include the Wolfson Microelectronics WM8776 codec
32	  driver.
33
34config SND_SOC_MPC5200_I2S
35	tristate "Freescale MPC5200 PSC in I2S mode driver"
36	depends on PPC_MPC52xx && PPC_BESTCOMM
37	select SND_MPC52xx_DMA
38	select PPC_BESTCOMM_GEN_BD
39	help
40	  Say Y here to support the MPC5200 PSCs in I2S mode.
41
42config SND_SOC_MPC5200_AC97
43	tristate "Freescale MPC5200 PSC in AC97 mode driver"
44	depends on PPC_MPC52xx && PPC_BESTCOMM
45	select SND_SOC_AC97_BUS
46	select SND_MPC52xx_DMA
47	select PPC_BESTCOMM_GEN_BD
48	help
49	  Say Y here to support the MPC5200 PSCs in AC97 mode.
50
51config SND_MPC52xx_SOC_PCM030
52	tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712"
53	depends on PPC_MPC5200_SIMPLE
54	select SND_SOC_MPC5200_AC97
55	select SND_SOC_WM9712
56	help
57	  Say Y if you want to add support for sound on the Phytec pcm030
58	  baseboard.
59
60config SND_MPC52xx_SOC_EFIKA
61	tristate "SoC AC97 Audio support for bbplan Efika and STAC9766"
62	depends on PPC_EFIKA
63	select SND_SOC_MPC5200_AC97
64	select SND_SOC_STAC9766
65	help
66	  Say Y if you want to add support for sound on the Efika.
67
68