diff options
author | Guennadi Liakhovetski <g.liakhovetski@gmx.de> | 2010-01-22 13:09:03 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-01-25 09:52:20 -0500 |
commit | 895d4509d069f0706427ca75fcf0929ed136d0d7 (patch) | |
tree | 9eadaf136a8903d9279c3967b62efbefe5248366 /sound/soc/sh/Kconfig | |
parent | 6c2fb6a8d8c43544e7665859f29373c98d17df75 (diff) |
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/Kconfig | 6 |
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 | |||
26 | help | 26 | help |
27 | This option enables FSI sound support | 27 | This option enables FSI sound support |
28 | 28 | ||
29 | config SND_SOC_SH4_SIU | ||
30 | tristate | ||
31 | depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK | ||
32 | select DMADEVICES | ||
33 | select SH_DMAE | ||
34 | |||
29 | ## | 35 | ## |
30 | ## Boards | 36 | ## Boards |
31 | ## | 37 | ## |