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