V4L/DVB: dvb-core: Fix ULE decapsulation bug
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / sound / soc / sh / Kconfig
blobf07f6d8b93e14cf8f038416154361bc7b8038aee
1 menu "SoC Audio support for SuperH"
2         depends on SUPERH
4 config SND_SOC_PCM_SH7760
5         tristate "SoC Audio support for Renesas SH7760"
6         depends on CPU_SUBTYPE_SH7760 && SH_DMABRG
7         help
8           Enable this option for SH7760 AC97/I2S audio support.
12 ## Audio unit modules
15 config SND_SOC_SH4_HAC
16         tristate
17         select AC97_BUS
18         select SND_SOC_AC97_BUS
20 config SND_SOC_SH4_SSI
21         tristate
23 config SND_SOC_SH4_FSI
24         tristate "SH4 FSI support"
25         depends on CPU_SUBTYPE_SH7724
26         help
27           This option enables FSI sound support
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
38 ## Boards
41 config SND_SH7760_AC97
42         tristate "SH7760 AC97 sound support"
43         depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
44         select SND_SOC_SH4_HAC
45         select SND_SOC_AC97_CODEC
46         help
47           This option enables generic sound support for the first
48           AC97 unit of the SH7760.
50 config SND_FSI_AK4642
51         bool "FSI-AK4642 sound support"
52         depends on SND_SOC_SH4_FSI
53         select SND_SOC_AK4642
54         help
55           This option enables generic sound support for the
56           FSI - AK4642 unit
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
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
74 endmenu