blob: ca693b2ed8382d1e351f8612d1be446385873400 [file] [log] [blame]
Jon Smirl89dd0842009-05-23 19:12:59 -04001config SND_MPC52xx_DMA
2 tristate
Grant Likely84bc2782008-07-29 11:42:28 +01003
Shawn Guod61e1122012-03-16 16:56:37 +08004config SND_SOC_FSL_SSI
5 tristate
6 depends on FSL_SOC
7
8config SND_SOC_POWERPC_DMA
Timur Tabi75d91f92009-01-19 11:57:46 -06009 tristate
Timur Tabi27ef3742010-08-19 17:11:40 -050010 depends on FSL_SOC
Timur Tabi17467f22008-01-11 18:15:26 +010011
12config SND_SOC_MPC8610_HPCD
Timur Tabi75d91f92009-01-19 11:57:46 -060013 tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"
Timur Tabiff637d32009-01-22 18:23:39 -060014 # I2C is necessary for the CS4270 driver
15 depends on MPC8610_HPCD && I2C
Shawn Guod61e1122012-03-16 16:56:37 +080016 select SND_SOC_FSL_SSI
17 select SND_SOC_POWERPC_DMA
Timur Tabi17467f22008-01-11 18:15:26 +010018 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.
Grant Likelydc641372008-07-29 11:42:30 +010023
Timur Tabi27ef3742010-08-19 17:11:40 -050024config 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
Shawn Guod61e1122012-03-16 16:56:37 +080028 select SND_SOC_FSL_SSI
29 select SND_SOC_POWERPC_DMA
Timur Tabi27ef3742010-08-19 17:11:40 -050030 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
Grant Likelydc641372008-07-29 11:42:30 +010037config SND_SOC_MPC5200_I2S
38 tristate "Freescale MPC5200 PSC in I2S mode driver"
Takashi Iwai65746122009-05-04 16:03:21 +020039 depends on PPC_MPC52xx && PPC_BESTCOMM
Jon Smirl89dd0842009-05-23 19:12:59 -040040 select SND_MPC52xx_DMA
Grant Likely847cdf42008-11-14 05:19:00 -070041 select PPC_BESTCOMM_GEN_BD
Grant Likelydc641372008-07-29 11:42:30 +010042 help
43 Say Y here to support the MPC5200 PSCs in I2S mode.
Jon Smirl20d0e1522009-05-26 08:34:10 -040044
45config SND_SOC_MPC5200_AC97
46 tristate "Freescale MPC5200 PSC in AC97 mode driver"
47 depends on PPC_MPC52xx && PPC_BESTCOMM
Grant Likely6a84c232009-06-28 01:41:52 -060048 select SND_SOC_AC97_BUS
Jon Smirl20d0e1522009-05-26 08:34:10 -040049 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
Jon Smirla9262c42009-05-26 08:34:12 -040054config SND_MPC52xx_SOC_PCM030
55 tristate "SoC AC97 Audio support for Phytec pcm030 and WM9712"
Grant Likely40d9ec12009-06-28 01:42:06 -060056 depends on PPC_MPC5200_SIMPLE
Jon Smirla9262c42009-05-26 08:34:12 -040057 select SND_SOC_MPC5200_AC97
58 select SND_SOC_WM9712
59 help
Mark Brown0c0e09e2009-05-26 21:14:59 +010060 Say Y if you want to add support for sound on the Phytec pcm030
61 baseboard.
Jon Smirl20d0e1522009-05-26 08:34:10 -040062
Jon Smirl6ffee432009-05-26 08:34:14 -040063config SND_MPC52xx_SOC_EFIKA
64 tristate "SoC AC97 Audio support for bbplan Efika and STAC9766"
Grant Likely40d9ec12009-06-28 01:42:06 -060065 depends on PPC_EFIKA
Jon Smirl6ffee432009-05-26 08:34:14 -040066 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