Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148302
b: refs/heads/master
c: 89dd084
h: refs/heads/master
v: v3
  • Loading branch information
Jon Smirl authored and Mark Brown committed May 24, 2009
1 parent 609c4f3 commit 8ca62be
Show file tree
Hide file tree
Showing 6 changed files with 548 additions and 484 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 05e1efa2deb42b1bd548208e5c43f471e2cf0da1
refs/heads/master: 89dd08425273773fd33fc85d48d152c5679b2fb4
4 changes: 4 additions & 0 deletions trunk/sound/soc/fsl/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
config SND_SOC_OF_SIMPLE
tristate

config SND_MPC52xx_DMA
tristate

# ASoC platform support for the Freescale MPC8610 SOC. This compiles drivers
# for the SSI and the Elo DMA controller. You will still need to select
Expand All @@ -23,6 +26,7 @@ config SND_SOC_MPC5200_I2S
tristate "Freescale MPC5200 PSC in I2S mode driver"
depends on PPC_MPC52xx && PPC_BESTCOMM
select SND_SOC_OF_SIMPLE
select SND_MPC52xx_DMA
select PPC_BESTCOMM_GEN_BD
help
Say Y here to support the MPC5200 PSCs in I2S mode.
2 changes: 2 additions & 0 deletions trunk/sound/soc/fsl/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,7 @@ snd-soc-fsl-ssi-objs := fsl_ssi.o
snd-soc-fsl-dma-objs := fsl_dma.o
obj-$(CONFIG_SND_SOC_MPC8610) += snd-soc-fsl-ssi.o snd-soc-fsl-dma.o

# MPC5200 Platform Support
obj-$(CONFIG_SND_MPC52xx_DMA) += mpc5200_dma.o
obj-$(CONFIG_SND_SOC_MPC5200_I2S) += mpc5200_psc_i2s.o

Loading

0 comments on commit 8ca62be

Please sign in to comment.