• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/sound/soc/fsl/
1config SND_SOC_OF_SIMPLE
2	tristate
3	
4config 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.
10config SND_SOC_MPC8610
11	tristate
12	depends on MPC8610
13
14config 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
25config 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
33config 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
42config 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
51config 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
59