blob: 07114b0b0dc12bcf23e0a25fb342ad3df23b2464 [file] [log] [blame]
Manuel Laussaef3b062007-05-14 18:40:07 +02001menu "SoC Audio support for SuperH"
Kuninori Morimotocc780d32010-03-25 19:15:53 +09002 depends on SUPERH || ARCH_SHMOBILE
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"
Kuninori Morimotocd044612012-04-08 21:20:08 -070025 select SND_SIMPLE_CARD
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
Guennadi Liakhovetskida3b0622010-03-18 09:39:59 +010035 select FW_LOADER
Guennadi Liakhovetski895d4502010-01-22 19:09:03 +010036
Kuninori Morimoto1536a962013-07-21 21:35:52 -070037config SND_SOC_RCAR
38 tristate "R-Car series SRU/SCU/SSIU/SSI support"
Arnd Bergmann86167742015-04-11 00:18:37 +020039 depends on DMA_OF
Kuninori Morimoto1536a962013-07-21 21:35:52 -070040 select SND_SIMPLE_CARD
Kuninori Morimotob8c63782014-07-29 00:37:31 -070041 select REGMAP_MMIO
Kuninori Morimoto1536a962013-07-21 21:35:52 -070042 help
43 This option enables R-Car SUR/SCU/SSIU/SSI sound support
44
Kuninori Morimoto415f1cb2015-03-26 04:01:27 +000045config SND_SOC_RSRC_CARD
46 tristate "Renesas Sampling Rate Convert Sound Card"
47 help
48 This option enables simple sound if you need sampling rate convert
49
Manuel Laussaef3b062007-05-14 18:40:07 +020050##
51## Boards
52##
53
54config SND_SH7760_AC97
55 tristate "SH7760 AC97 sound support"
56 depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
57 select SND_SOC_SH4_HAC
58 select SND_SOC_AC97_CODEC
59 help
60 This option enables generic sound support for the first
61 AC97 unit of the SH7760.
62
Guennadi Liakhovetski9f5b64b2010-01-27 12:15:00 +010063config SND_SIU_MIGOR
64 tristate "SIU sound support on Migo-R"
Arnd Bergmann7b6ad9e2014-04-29 19:18:30 +080065 depends on SH_MIGOR && I2C
Guennadi Liakhovetski9f5b64b2010-01-27 12:15:00 +010066 select SND_SOC_SH4_SIU
67 select SND_SOC_WM8978
68 help
69 This option enables sound support for the SH7722 Migo-R board
70
Manuel Laussaef3b062007-05-14 18:40:07 +020071endmenu