diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2008-07-29 06:42:30 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-07-29 15:32:23 -0400 |
commit | dc641378b5ee220aa29ed8b8f51b7af9a19a7719 (patch) | |
tree | 222b803e344396e48ae2a97115472064cd50c76f /sound/soc/fsl/Kconfig | |
parent | b78ddb10704a7f930e5e631de8227c78a6676a1b (diff) |
ALSA: ASoC: Add mpc5200-psc I2S driver
This is an I2S bus driver for the MPC5200 PSC device. It depends on the
soc-of helper functions to match a PSC device with a codec based on data
in the device tree.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 398f00208678..bba9546ba5f5 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -17,3 +17,10 @@ config SND_SOC_MPC8610_HPCD | |||
17 | default y if MPC8610_HPCD | 17 | default y if MPC8610_HPCD |
18 | help | 18 | help |
19 | Say Y if you want to enable audio on the Freescale MPC8610 HPCD. | 19 | Say Y if you want to enable audio on the Freescale MPC8610 HPCD. |
20 | |||
21 | config SND_SOC_MPC5200_I2S | ||
22 | tristate "Freescale MPC5200 PSC in I2S mode driver" | ||
23 | select SND_SOC_OF_SIMPLE | ||
24 | depends on SND_SOC && PPC_MPC52xx | ||
25 | help | ||
26 | Say Y here to support the MPC5200 PSCs in I2S mode. | ||