blob: 54bd604012af6ce2d96fab4a111f7ba519292b2c [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
23
24
25##
26## Boards
27##
28
29config SND_SH7760_AC97
30 tristate "SH7760 AC97 sound support"
31 depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
32 select SND_SOC_SH4_HAC
33 select SND_SOC_AC97_CODEC
34 help
35 This option enables generic sound support for the first
36 AC97 unit of the SH7760.
37
38endmenu