diff options
author | Timur Tabi <timur@freescale.com> | 2010-08-19 18:11:40 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-08-20 07:14:48 -0400 |
commit | 27ef3744f85bbbd00175ce7e9ac46b52089ee83c (patch) | |
tree | 3a8159953fce61105d90b65e8ce67d164ba3ba44 /sound/soc/fsl/Makefile | |
parent | b9c1261db46a4afdaebf08233d1c1e47f2d93979 (diff) |
ASoC: add support for the Freescale P1022 DS reference board
The Freescale P1022 is a dual-core e500-based SOC with multimedia capabilities,
specifically the same SSI audio controller on the MPC8610. The P1022 DS
reference board includes a P1022 and a Wolfson Microelectronics WM8776
codec.
Signed-off-by: Timur Tabi <timur@freescale.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/fsl/Makefile')
-rw-r--r-- | sound/soc/fsl/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sound/soc/fsl/Makefile b/sound/soc/fsl/Makefile index 7e472a53fcd3..b4a38c0ac58c 100644 --- a/sound/soc/fsl/Makefile +++ b/sound/soc/fsl/Makefile | |||
@@ -2,10 +2,14 @@ | |||
2 | snd-soc-mpc8610-hpcd-objs := mpc8610_hpcd.o | 2 | snd-soc-mpc8610-hpcd-objs := mpc8610_hpcd.o |
3 | obj-$(CONFIG_SND_SOC_MPC8610_HPCD) += snd-soc-mpc8610-hpcd.o | 3 | obj-$(CONFIG_SND_SOC_MPC8610_HPCD) += snd-soc-mpc8610-hpcd.o |
4 | 4 | ||
5 | # MPC8610 Platform Support | 5 | # P1022 DS Machine Support |
6 | snd-soc-p1022-ds-objs := p1022_ds.o | ||
7 | obj-$(CONFIG_SND_SOC_P1022_DS) += snd-soc-p1022-ds.o | ||
8 | |||
9 | # Freescale PowerPC SSI/DMA Platform Support | ||
6 | snd-soc-fsl-ssi-objs := fsl_ssi.o | 10 | snd-soc-fsl-ssi-objs := fsl_ssi.o |
7 | snd-soc-fsl-dma-objs := fsl_dma.o | 11 | snd-soc-fsl-dma-objs := fsl_dma.o |
8 | obj-$(CONFIG_SND_SOC_MPC8610) += snd-soc-fsl-ssi.o snd-soc-fsl-dma.o | 12 | obj-$(CONFIG_SND_SOC_POWERPC_SSI) += snd-soc-fsl-ssi.o snd-soc-fsl-dma.o |
9 | 13 | ||
10 | # MPC5200 Platform Support | 14 | # MPC5200 Platform Support |
11 | obj-$(CONFIG_SND_MPC52xx_DMA) += mpc5200_dma.o | 15 | obj-$(CONFIG_SND_MPC52xx_DMA) += mpc5200_dma.o |