aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/fsl/Kconfig
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2010-08-19 18:11:40 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-08-20 07:14:48 -0400
commit27ef3744f85bbbd00175ce7e9ac46b52089ee83c (patch)
tree3a8159953fce61105d90b65e8ce67d164ba3ba44 /sound/soc/fsl/Kconfig
parentb9c1261db46a4afdaebf08233d1c1e47f2d93979 (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/Kconfig')
-rw-r--r--sound/soc/fsl/Kconfig24
1 files changed, 18 insertions, 6 deletions
diff --git a/sound/soc/fsl/Kconfig b/sound/soc/fsl/Kconfig
index 981868700388..d754d34d68a6 100644
--- a/sound/soc/fsl/Kconfig
+++ b/sound/soc/fsl/Kconfig
@@ -1,24 +1,36 @@
1config SND_MPC52xx_DMA 1config SND_MPC52xx_DMA
2 tristate 2 tristate
3 3
4# ASoC platform support for the Freescale MPC8610 SOC. This compiles drivers 4# ASoC platform support for the Freescale PowerPC SOCs that have an SSI and
5# for the SSI and the Elo DMA controller. You will still need to select 5# an Elo DMA controller, such as the MPC8610 and P1022. You will still need to
6# a platform driver and a codec driver. 6# select a platform driver and a codec driver.
7config SND_SOC_MPC8610 7config SND_SOC_POWERPC_SSI
8 tristate 8 tristate
9 depends on MPC8610 9 depends on FSL_SOC
10 10
11config SND_SOC_MPC8610_HPCD 11config SND_SOC_MPC8610_HPCD
12 tristate "ALSA SoC support for the Freescale MPC8610 HPCD board" 12 tristate "ALSA SoC support for the Freescale MPC8610 HPCD board"
13 # I2C is necessary for the CS4270 driver 13 # I2C is necessary for the CS4270 driver
14 depends on MPC8610_HPCD && I2C 14 depends on MPC8610_HPCD && I2C
15 select SND_SOC_MPC8610 15 select SND_SOC_POWERPC_SSI
16 select SND_SOC_CS4270 16 select SND_SOC_CS4270
17 select SND_SOC_CS4270_VD33_ERRATA 17 select SND_SOC_CS4270_VD33_ERRATA
18 default y if MPC8610_HPCD 18 default y if MPC8610_HPCD
19 help 19 help
20 Say Y if you want to enable audio on the Freescale MPC8610 HPCD. 20 Say Y if you want to enable audio on the Freescale MPC8610 HPCD.
21 21
22config SND_SOC_P1022_DS
23 tristate "ALSA SoC support for the Freescale P1022 DS board"
24 # I2C is necessary for the WM8776 driver
25 depends on P1022_DS && I2C
26 select SND_SOC_POWERPC_SSI
27 select SND_SOC_WM8776
28 default y if P1022_DS
29 help
30 Say Y if you want to enable audio on the Freescale P1022 DS board.
31 This will also include the Wolfson Microelectronics WM8776 codec
32 driver.
33
22config SND_SOC_MPC5200_I2S 34config SND_SOC_MPC5200_I2S
23 tristate "Freescale MPC5200 PSC in I2S mode driver" 35 tristate "Freescale MPC5200 PSC in I2S mode driver"
24 depends on PPC_MPC52xx && PPC_BESTCOMM 36 depends on PPC_MPC52xx && PPC_BESTCOMM