2018-07-30 11:00:22 +03:00
# SPDX-License-Identifier: GPL-2.0
2018-04-20 16:28:32 +03:00
menu "SoC Audio support for Renesas SoCs"
depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
2007-05-14 20:40:07 +04:00
config SND_SOC_PCM_SH7760
tristate "SoC Audio support for Renesas SH7760"
2008-05-23 18:10:37 +04:00
depends on CPU_SUBTYPE_SH7760 && SH_DMABRG
2007-05-14 20:40:07 +04:00
help
Enable this option for SH7760 AC97/I2S audio support.
##
## Audio unit modules
##
config SND_SOC_SH4_HAC
2008-05-23 18:10:37 +04:00
tristate
2007-05-14 20:40:07 +04:00
select AC97_BUS
select SND_SOC_AC97_BUS
config SND_SOC_SH4_SSI
tristate
2009-08-20 16:01:05 +04:00
config SND_SOC_SH4_FSI
tristate "SH4 FSI support"
2020-11-16 20:51:31 +03:00
depends on SUPERH || COMMON_CLK
2012-04-09 08:20:08 +04:00
select SND_SIMPLE_CARD
2009-08-20 16:01:05 +04:00
help
This option enables FSI sound support
2007-05-14 20:40:07 +04:00
2010-01-22 21:09:03 +03:00
config SND_SOC_SH4_SIU
tristate
2018-04-20 17:22:14 +03:00
depends on ARCH_SHMOBILE && HAVE_CLK
2020-07-31 18:24:32 +03:00
depends on DMADEVICES
2010-02-11 20:11:10 +03:00
select DMA_ENGINE
2010-01-22 21:09:03 +03:00
select SH_DMAE
2010-03-18 11:39:59 +03:00
select FW_LOADER
2010-01-22 21:09:03 +03:00
2013-07-22 08:35:52 +04:00
config SND_SOC_RCAR
tristate "R-Car series SRU/SCU/SSIU/SSI support"
2015-09-15 05:41:05 +03:00
depends on COMMON_CLK
2016-10-26 07:12:53 +03:00
depends on OF || COMPILE_TEST
2017-05-18 04:28:22 +03:00
select SND_SIMPLE_CARD_UTILS
2014-07-29 11:37:31 +04:00
select REGMAP_MMIO
2013-07-22 08:35:52 +04:00
help
2015-10-10 08:17:58 +03:00
This option enables R-Car SRU/SCU/SSIU/SSI sound support
2013-07-22 08:35:52 +04:00
2021-08-13 12:11:54 +03:00
config SND_SOC_RZ
tristate "RZ/G2L series SSIF-2 support"
depends on ARCH_R9A07G044 || COMPILE_TEST
help
This option enables RZ/G2L SSIF-2 sound support.
2007-05-14 20:40:07 +04:00
##
## Boards
##
config SND_SH7760_AC97
tristate "SH7760 AC97 sound support"
depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760
select SND_SOC_SH4_HAC
select SND_SOC_AC97_CODEC
help
This option enables generic sound support for the first
AC97 unit of the SH7760.
2010-01-27 14:15:00 +03:00
config SND_SIU_MIGOR
tristate "SIU sound support on Migo-R"
2014-04-29 15:18:30 +04:00
depends on SH_MIGOR && I2C
2010-01-27 14:15:00 +03:00
select SND_SOC_SH4_SIU
select SND_SOC_WM8978
help
This option enables sound support for the SH7722 Migo-R board
2007-05-14 20:40:07 +04:00
endmenu