Grant Likely | 84bc278 | 2008-07-29 11:42:28 +0100 | [diff] [blame] | 1 | config SND_SOC_OF_SIMPLE |
| 2 | tristate |
| 3 | |
Timur Tabi | 75d91f9 | 2009-01-19 11:57:46 -0600 | [diff] [blame] | 4 | # ASoC platform support for the Freescale MPC8610 SOC. This compiles drivers |
| 5 | # for the SSI and the Elo DMA controller. You will still need to select |
| 6 | # a platform driver and a codec driver. |
Timur Tabi | 17467f2 | 2008-01-11 18:15:26 +0100 | [diff] [blame] | 7 | config SND_SOC_MPC8610 |
Timur Tabi | 75d91f9 | 2009-01-19 11:57:46 -0600 | [diff] [blame] | 8 | tristate |
| 9 | depends on MPC8610 |
Timur Tabi | 17467f2 | 2008-01-11 18:15:26 +0100 | [diff] [blame] | 10 | |
| 11 | config SND_SOC_MPC8610_HPCD |
Timur Tabi | 75d91f9 | 2009-01-19 11:57:46 -0600 | [diff] [blame] | 12 | tristate "ALSA SoC support for the Freescale MPC8610 HPCD board" |
Timur Tabi | ff637d3 | 2009-01-22 18:23:39 -0600 | [diff] [blame] | 13 | # I2C is necessary for the CS4270 driver |
| 14 | depends on MPC8610_HPCD && I2C |
Timur Tabi | 75d91f9 | 2009-01-19 11:57:46 -0600 | [diff] [blame] | 15 | select SND_SOC_MPC8610 |
Timur Tabi | 17467f2 | 2008-01-11 18:15:26 +0100 | [diff] [blame] | 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. |
Grant Likely | dc64137 | 2008-07-29 11:42:30 +0100 | [diff] [blame] | 21 | |
| 22 | config SND_SOC_MPC5200_I2S |
| 23 | tristate "Freescale MPC5200 PSC in I2S mode driver" |
Takashi Iwai | 2caf6a1 | 2008-12-01 17:56:06 +0100 | [diff] [blame] | 24 | depends on PPC_MPC52xx && PPC_BESTCOMM |
Grant Likely | dc64137 | 2008-07-29 11:42:30 +0100 | [diff] [blame] | 25 | select SND_SOC_OF_SIMPLE |
Grant Likely | 847cdf4 | 2008-11-14 05:19:00 -0700 | [diff] [blame] | 26 | select PPC_BESTCOMM_GEN_BD |
Grant Likely | dc64137 | 2008-07-29 11:42:30 +0100 | [diff] [blame] | 27 | help |
| 28 | Say Y here to support the MPC5200 PSCs in I2S mode. |