blob: 8cb65ccad35fb8cfcf96caac60cd2b0e1adb468e [file] [log] [blame]
Grant Likely84bc2782008-07-29 11:42:28 +01001config SND_SOC_OF_SIMPLE
2 tristate
Jon Smirl89dd0842009-05-23 19:12:59 -04003
4config SND_MPC52xx_DMA
5 tristate
Grant Likely84bc2782008-07-29 11:42:28 +01006
Timur Tabi75d91f92009-01-19 11:57:46 -06007# 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.
Timur Tabi17467f22008-01-11 18:15:26 +010010config SND_SOC_MPC8610
Timur Tabi75d91f92009-01-19 11:57:46 -060011 tristate
12 depends on MPC8610
Timur Tabi17467f22008-01-11 18:15:26 +010013
14config SND_SOC_MPC8610_HPCD
Timur Tabi75d91f92009-01-19 11:57:46 -060015 tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"
Timur Tabiff637d32009-01-22 18:23:39 -060016 # I2C is necessary for the CS4270 driver
17 depends on MPC8610_HPCD && I2C
Timur Tabi75d91f92009-01-19 11:57:46 -060018 select SND_SOC_MPC8610
Timur Tabi17467f22008-01-11 18:15:26 +010019 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.
Grant Likelydc641372008-07-29 11:42:30 +010024
25config SND_SOC_MPC5200_I2S
26 tristate "Freescale MPC5200 PSC in I2S mode driver"
Takashi Iwai65746122009-05-04 16:03:21 +020027 depends on PPC_MPC52xx && PPC_BESTCOMM
Jon Smirl89dd0842009-05-23 19:12:59 -040028 select SND_MPC52xx_DMA
Grant Likely847cdf42008-11-14 05:19:00 -070029 select PPC_BESTCOMM_GEN_BD
Grant Likelydc641372008-07-29 11:42:30 +010030 help
31 Say Y here to support the MPC5200 PSCs in I2S mode.
Jon Smirl20d0e1522009-05-26 08:34:10 -040032
33config SND_SOC_MPC5200_AC97
34 tristate "Freescale MPC5200 PSC in AC97 mode driver"
35 depends on PPC_MPC52xx && PPC_BESTCOMM
Grant Likely6a84c232009-06-28 01:41:52 -060036 select SND_SOC_AC97_BUS
Jon Smirl20d0e1522009-05-26 08:34:10 -040037 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
Jon Smirla9262c42009-05-26 08:34:12 -040042config SND_MPC52xx_SOC_PCM030
43 tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712"
Grant Likely40d9ec12009-06-28 01:42:06 -060044 depends on PPC_MPC5200_SIMPLE
Jon Smirla9262c42009-05-26 08:34:12 -040045 select SND_SOC_MPC5200_AC97
46 select SND_SOC_WM9712
47 help
Mark Brown0c0e09e2009-05-26 21:14:59 +010048 Say Y if you want to add support for sound on the Phytec pcm030
49 baseboard.
Jon Smirl20d0e1522009-05-26 08:34:10 -040050
Jon Smirl6ffee432009-05-26 08:34:14 -040051config SND_MPC52xx_SOC_EFIKA
52 tristate "SoC AC97 Audio support for bbplan Efika and STAC9766"
Grant Likely40d9ec12009-06-28 01:42:06 -060053 depends on PPC_EFIKA
Jon Smirl6ffee432009-05-26 08:34:14 -040054 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