aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/imx/Kconfig
diff options
context:
space:
mode:
authorjavier Martin <javier.martin@vista-silicon.com>2009-08-05 08:47:48 +0200
committerMark Brown <broonie@opensource.wolfsonmicro.com>2009-08-05 22:31:54 +0100
commit9d8bc2968cb0b50ffa76ed806591974e34fc296a (patch)
tree598964c6dccbfc7cdc5823f5f4e58ba2fe90ffbb /sound/soc/imx/Kconfig
parentfd6a6394d7d6142afb3d4c87beb3c2c1d25c69bd (diff)
downloadkernel_samsung_smdk4412-9d8bc2968cb0b50ffa76ed806591974e34fc296a.zip
kernel_samsung_smdk4412-9d8bc2968cb0b50ffa76ed806591974e34fc296a.tar.gz
kernel_samsung_smdk4412-9d8bc2968cb0b50ffa76ed806591974e34fc296a.tar.bz2
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/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/imx/Kconfig b/sound/soc/imx/Kconfig
index a1bf053..886dadd 100644
--- a/sound/soc/imx/Kconfig
+++ b/sound/soc/imx/Kconfig
@@ -6,6 +6,8 @@ config SND_MX1_MX2_SOC
Say Y or M if you want to add support for codecs attached to
the MX1 or MX2 SSI interface.
+config SND_MXC_SOC_SSI
+ tristate