diff options
Diffstat (limited to 'sound/soc/sh/Kconfig')
-rw-r--r-- | sound/soc/sh/Kconfig | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 9154b4363db3..f07f6d8b93e1 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig | |||
@@ -23,10 +23,17 @@ config SND_SOC_SH4_SSI | |||
23 | config SND_SOC_SH4_FSI | 23 | config SND_SOC_SH4_FSI |
24 | tristate "SH4 FSI support" | 24 | tristate "SH4 FSI support" |
25 | depends on CPU_SUBTYPE_SH7724 | 25 | depends on CPU_SUBTYPE_SH7724 |
26 | select SH_DMA | ||
27 | help | 26 | help |
28 | This option enables FSI sound support | 27 | This option enables FSI sound support |
29 | 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 | select FW_LOADER | ||
36 | |||
30 | ## | 37 | ## |
31 | ## Boards | 38 | ## Boards |
32 | ## | 39 | ## |
@@ -48,4 +55,20 @@ config SND_FSI_AK4642 | |||
48 | This option enables generic sound support for the | 55 | This option enables generic sound support for the |
49 | FSI - AK4642 unit | 56 | FSI - AK4642 unit |
50 | 57 | ||
58 | config SND_FSI_DA7210 | ||
59 | bool "FSI-DA7210 sound support" | ||
60 | depends on SND_SOC_SH4_FSI | ||
61 | select SND_SOC_DA7210 | ||
62 | help | ||
63 | This option enables generic sound support for the | ||
64 | FSI - DA7210 unit | ||
65 | |||
66 | config SND_SIU_MIGOR | ||
67 | tristate "SIU sound support on Migo-R" | ||
68 | depends on SH_MIGOR | ||
69 | select SND_SOC_SH4_SIU | ||
70 | select SND_SOC_WM8978 | ||
71 | help | ||
72 | This option enables sound support for the SH7722 Migo-R board | ||
73 | |||
51 | endmenu | 74 | endmenu |