blob: d754d34d68a68a83b95b080ee9bf0baebeaea0ce [file] [log] [blame]
Jon Smirl89dd0842009-05-23 19:12:59 -04001config SND_MPC52xx_DMA
2 tristate
Grant Likely84bc2782008-07-29 11:42:28 +01003
Timur Tabi27ef3742010-08-19 17:11:40 -05004# 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
Timur Tabi75d91f92009-01-19 11:57:46 -06008 tristate
Timur Tabi27ef3742010-08-19 17:11:40 -05009 depends on FSL_SOC
Timur Tabi17467f22008-01-11 18:15:26 +010010
11config SND_SOC_MPC8610_HPCD
Timur Tabi75d91f92009-01-19 11:57:46 -060012 tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"
Timur Tabiff637d32009-01-22 18:23:39 -060013 # I2C is necessary for the CS4270 driver
14 depends on MPC8610_HPCD && I2C
Timur Tabi27ef3742010-08-19 17:11:40 -050015 select SND_SOC_POWERPC_SSI
Timur Tabi17467f22008-01-11 18:15:26 +010016 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.
Grant Likelydc641372008-07-29 11:42:30 +010021
Timur Tabi27ef3742010-08-19 17:11:40 -050022config 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
Grant Likelydc641372008-07-29 11:42:30 +010034config SND_SOC_MPC5200_I2S
35 tristate "Freescale MPC5200 PSC in I2S mode driver"
Takashi Iwai65746122009-05-04 16:03:21 +020036 depends on PPC_MPC52xx && PPC_BESTCOMM
Jon Smirl89dd0842009-05-23 19:12:59 -040037 select SND_MPC52xx_DMA
Grant Likely847cdf42008-11-14 05:19:00 -070038 select PPC_BESTCOMM_GEN_BD
Grant Likelydc641372008-07-29 11:42:30 +010039 help
40 Say Y here to support the MPC5200 PSCs in I2S mode.
Jon Smirl20d0e1522009-05-26 08:34:10 -040041
42config SND_SOC_MPC5200_AC97
43 tristate "Freescale MPC5200 PSC in AC97 mode driver"
44 depends on PPC_MPC52xx && PPC_BESTCOMM
Grant Likely6a84c232009-06-28 01:41:52 -060045 select SND_SOC_AC97_BUS
Jon Smirl20d0e1522009-05-26 08:34:10 -040046 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
Jon Smirla9262c42009-05-26 08:34:12 -040051config SND_MPC52xx_SOC_PCM030
52 tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712"
Grant Likely40d9ec12009-06-28 01:42:06 -060053 depends on PPC_MPC5200_SIMPLE
Jon Smirla9262c42009-05-26 08:34:12 -040054 select SND_SOC_MPC5200_AC97
55 select SND_SOC_WM9712
56 help
Mark Brown0c0e09e2009-05-26 21:14:59 +010057 Say Y if you want to add support for sound on the Phytec pcm030
58 baseboard.
Jon Smirl20d0e1522009-05-26 08:34:10 -040059
Jon Smirl6ffee432009-05-26 08:34:14 -040060config SND_MPC52xx_SOC_EFIKA
61 tristate "SoC AC97 Audio support for bbplan Efika and STAC9766"
Grant Likely40d9ec12009-06-28 01:42:06 -060062 depends on PPC_EFIKA
Jon Smirl6ffee432009-05-26 08:34:14 -040063 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