diff options
Diffstat (limited to 'sound/soc/sh/Kconfig')
-rw-r--r-- | sound/soc/sh/Kconfig | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 9e6976586554..106674979b53 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig | |||
@@ -26,6 +26,13 @@ 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 DMA_ENGINE | ||
33 | select DMADEVICES | ||
34 | select SH_DMAE | ||
35 | |||
29 | ## | 36 | ## |
30 | ## Boards | 37 | ## Boards |
31 | ## | 38 | ## |
@@ -47,4 +54,20 @@ config SND_FSI_AK4642 | |||
47 | This option enables generic sound support for the | 54 | This option enables generic sound support for the |
48 | FSI - AK4642 unit | 55 | FSI - AK4642 unit |
49 | 56 | ||
57 | config SND_FSI_DA7210 | ||
58 | bool "FSI-DA7210 sound support" | ||
59 | depends on SND_SOC_SH4_FSI | ||
60 | select SND_SOC_DA7210 | ||
61 | help | ||
62 | This option enables generic sound support for the | ||
63 | FSI - DA7210 unit | ||
64 | |||
65 | config SND_SIU_MIGOR | ||
66 | tristate "SIU sound support on Migo-R" | ||
67 | depends on SH_MIGOR | ||
68 | select SND_SOC_SH4_SIU | ||
69 | select SND_SOC_WM8978 | ||
70 | help | ||
71 | This option enables sound support for the SH7722 Migo-R board | ||
72 | |||
50 | endmenu | 73 | endmenu |