blob: 106674979b535a54110ba0b1a0e47048178bb9e9 [file] [log] [blame]
Manuel Laussaef3b062007-05-14 18:40:07 +02001menu "SoC Audio support for SuperH"
Kristoffer Ericsondc952e62008-02-01 13:16:10 +01002 depends on SUPERH
Manuel Laussaef3b062007-05-14 18:40:07 +02003
4config SND_SOC_PCM_SH7760
5 tristate "SoC Audio support for Renesas SH7760"
Takashi Iwai89fe5112008-05-23 16:10:37 +02006 depends on CPU_SUBTYPE_SH7760 && SH_DMABRG
Manuel Laussaef3b062007-05-14 18:40:07 +02007 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
Takashi Iwai89fe5112008-05-23 16:10:37 +020016 tristate
Manuel Laussaef3b062007-05-14 18:40:07 +020017 select AC97_BUS
18 select SND_SOC_AC97_BUS
Manuel Laussaef3b062007-05-14 18:40:07 +020019
20config SND_SOC_SH4_SSI
21 tristate
22
Kuninori Morimotoa4d7d552009-08-20 21:01:05 +090023config SND_SOC_SH4_FSI
24 tristate "SH4 FSI support"
25 depends on CPU_SUBTYPE_SH7724
Kuninori Morimotoa4d7d552009-08-20 21:01:05 +090026 help
27 This option enables FSI sound support
Manuel Laussaef3b062007-05-14 18:40:07 +020028
Guennadi Liakhovetski895d4502010-01-22 19:09:03 +010029config SND_SOC_SH4_SIU
30 tristate
31 depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK
Guennadi Liakhovetski6db29672010-02-11 18:11:10 +010032 select DMA_ENGINE
Guennadi Liakhovetski895d4502010-01-22 19:09:03 +010033 select DMADEVICES
34 select SH_DMAE
35
Manuel Laussaef3b062007-05-14 18:40:07 +020036##
37## Boards
38##
39
40config SND_SH7760_AC97
41 tristate "SH7760 AC97 sound support"
42 depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
43 select SND_SOC_SH4_HAC
44 select SND_SOC_AC97_CODEC
45 help
46 This option enables generic sound support for the first
47 AC97 unit of the SH7760.
48
Kuninori Morimotob8e583f2009-08-21 09:42:59 +090049config SND_FSI_AK4642
50 bool "FSI-AK4642 sound support"
51 depends on SND_SOC_SH4_FSI
52 select SND_SOC_AK4642
53 help
54 This option enables generic sound support for the
55 FSI - AK4642 unit
56
Kuninori Morimoto038494052009-12-14 13:22:00 +090057config 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
Guennadi Liakhovetski9f5b64b2010-01-27 12:15:00 +010065config 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
Manuel Laussaef3b062007-05-14 18:40:07 +020073endmenu