diff options
author | Jon Smirl <jonsmirl@gmail.com> | 2009-05-23 19:12:59 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-05-24 14:31:03 -0400 |
commit | 89dd08425273773fd33fc85d48d152c5679b2fb4 (patch) | |
tree | 76ea69d61d9b2e204c77d421dc3d8419681a526e /sound/soc/fsl/Kconfig | |
parent | 05e1efa2deb42b1bd548208e5c43f471e2cf0da1 (diff) |
ASoC: Basic split of mpc5200 DMA code out of mpc5200_psc_i2s
Basic split of mpc5200 DMA code out from i2s into a standalone file.
Signed-off-by: Jon Smirl <jonsmirl@gmail.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/fsl/Kconfig')
-rw-r--r-- | sound/soc/fsl/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig index 9fc908283371..dc79bdf33692 100644 --- a/sound/soc/fsl/Kconfig +++ b/sound/soc/fsl/Kconfig | |||
@@ -1,5 +1,8 @@ | |||
1 | config SND_SOC_OF_SIMPLE | 1 | config SND_SOC_OF_SIMPLE |
2 | tristate | 2 | tristate |
3 | |||
4 | config SND_MPC52xx_DMA | ||
5 | tristate | ||
3 | 6 | ||
4 | # ASoC platform support for the Freescale MPC8610 SOC. This compiles drivers | 7 | # 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 | 8 | # for the SSI and the Elo DMA controller. You will still need to select |
@@ -23,6 +26,7 @@ config SND_SOC_MPC5200_I2S | |||
23 | tristate "Freescale MPC5200 PSC in I2S mode driver" | 26 | tristate "Freescale MPC5200 PSC in I2S mode driver" |
24 | depends on PPC_MPC52xx && PPC_BESTCOMM | 27 | depends on PPC_MPC52xx && PPC_BESTCOMM |
25 | select SND_SOC_OF_SIMPLE | 28 | select SND_SOC_OF_SIMPLE |
29 | select SND_MPC52xx_DMA | ||
26 | select PPC_BESTCOMM_GEN_BD | 30 | select PPC_BESTCOMM_GEN_BD |
27 | help | 31 | help |
28 | Say Y here to support the MPC5200 PSCs in I2S mode. | 32 | Say Y here to support the MPC5200 PSCs in I2S mode. |