Add ASoC support for Devkit8000
[linux-2.6-block.git] / sound / soc / sh / Kconfig
CommitLineData
aef3b06a 1menu "SoC Audio support for SuperH"
dc952e69 2 depends on SUPERH
aef3b06a
ML
3
4config SND_SOC_PCM_SH7760
5 tristate "SoC Audio support for Renesas SH7760"
89fe5117 6 depends on CPU_SUBTYPE_SH7760 && SH_DMABRG
aef3b06a
ML
7 help
8 Enable this option for SH7760 AC97/I2S audio support.
9
10
11##
12## Audio unit modules
13##
14
15config SND_SOC_SH4_HAC
89fe5117 16 tristate
aef3b06a
ML
17 select AC97_BUS
18 select SND_SOC_AC97_BUS
aef3b06a
ML
19
20config SND_SOC_SH4_SSI
21 tristate
22
a4d7d550
KM
23config SND_SOC_SH4_FSI
24 tristate "SH4 FSI support"
25 depends on CPU_SUBTYPE_SH7724
a4d7d550
KM
26 help
27 This option enables FSI sound support
aef3b06a 28
895d4509
GL
29config SND_SOC_SH4_SIU
30 tristate
31 depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
32 select DMADEVICES
33 select SH_DMAE
34
aef3b06a
ML
35##
36## Boards
37##
38
39config SND_SH7760_AC97
40 tristate "SH7760 AC97 sound support"
41 depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
42 select SND_SOC_SH4_HAC
43 select SND_SOC_AC97_CODEC
44 help
45 This option enables generic sound support for the first
46 AC97 unit of the SH7760.
47
b8e583f6
KM
48config SND_FSI_AK4642
49 bool "FSI-AK4642 sound support"
50 depends on SND_SOC_SH4_FSI
51 select SND_SOC_AK4642
52 help
53 This option enables generic sound support for the
54 FSI - AK4642 unit
55
03849405
KM
56config SND_FSI_DA7210
57 bool "FSI-DA7210 sound support"
58 depends on SND_SOC_SH4_FSI
59 select SND_SOC_DA7210
60 help
61 This option enables generic sound support for the
62 FSI - DA7210 unit
63
9f5b64b7
GL
64config SND_SIU_MIGOR
65 tristate "SIU sound support on Migo-R"
66 depends on SH_MIGOR
67 select SND_SOC_SH4_SIU
68 select SND_SOC_WM8978
69 help
70 This option enables sound support for the SH7722 Migo-R board
71
aef3b06a 72endmenu