diff options
author | javier Martin <javier.martin@vista-silicon.com> | 2009-08-05 02:47:48 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-05 17:31:54 -0400 |
commit | 9d8bc2968cb0b50ffa76ed806591974e34fc296a (patch) | |
tree | 598964c6dccbfc7cdc5823f5f4e58ba2fe90ffbb /sound/soc/imx/Kconfig | |
parent | fd6a6394d7d6142afb3d4c87beb3c2c1d25c69bd (diff) |
ASoC: add DAI platform ssi driver for MXC
This adds support for DAI platform for the SSI present in MXC platforms.
It currently does not support i.MX3, the only thing necessary to do
this is to export DMA data for i.MX3 interface which I haven't done
because I don't have a i.MX3 based board available.
It has been tested on i.MX27 board.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/imx/Kconfig')
-rw-r--r-- | sound/soc/imx/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig index a1bf053bf462..886dadd76bb2 100644 --- a/sound/soc/imx/Kconfig +++ b/sound/soc/imx/Kconfig | |||
@@ -6,6 +6,8 @@ config SND_MX1_MX2_SOC | |||
6 | Say Y or M if you want to add support for codecs attached to | 6 | Say Y or M if you want to add support for codecs attached to |
7 | the MX1 or MX2 SSI interface. | 7 | the MX1 or MX2 SSI interface. |
8 | 8 | ||
9 | config SND_MXC_SOC_SSI | ||
10 | tristate | ||
9 | 11 | ||
10 | 12 | ||
11 | 13 | ||