aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/sh/Kconfig
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <g.liakhovetski@gmx.de>2010-01-22 19:09:03 +0100
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-01-25 14:52:20 +0000
commit895d4509d069f0706427ca75fcf0929ed136d0d7 (patch)
tree9eadaf136a8903d9279c3967b62efbefe5248366 /sound/soc/sh/Kconfig
parentASoC: add helper macros to declare struct soc_enum instances (diff)
downloadlinux-dev-895d4509d069f0706427ca75fcf0929ed136d0d7.tar.xz
linux-dev-895d4509d069f0706427ca75fcf0929ed136d0d7.zip
ASoC: add DAI and platform / DMA drivers for SH SIU
Several SuperH platforms, including sh7722, sh7343, sh7354, sh7367 include a Sound Interface Unit (SIU). This patch adds DAI and platform / DMA drivers for this interface. Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/sh/Kconfig')
-rw-r--r--sound/soc/sh/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig
index 8072a6d1c4db..3f1cd5503342 100644
--- a/sound/soc/sh/Kconfig
+++ b/sound/soc/sh/Kconfig
@@ -26,6 +26,12 @@ config SND_SOC_SH4_FSI
help
This option enables FSI sound support
+config SND_SOC_SH4_SIU
+ tristate
+ depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
+ select DMADEVICES
+ select SH_DMAE
+
##
## Boards
##