1 # SPDX-License-Identifier: GPL-2.0 !! 1 menu "SoC Audio support for SuperH" 2 menu "SoC Audio support for Renesas SoCs" !! 2 depends on SUPERH || ARCH_SHMOBILE 3 depends on SUPERH || ARCH_RENESAS || C << 4 3 5 config SND_SOC_PCM_SH7760 4 config SND_SOC_PCM_SH7760 6 tristate "SoC Audio support for Renesa 5 tristate "SoC Audio support for Renesas SH7760" 7 depends on CPU_SUBTYPE_SH7760 && SH_DM 6 depends on CPU_SUBTYPE_SH7760 && SH_DMABRG 8 help 7 help 9 Enable this option for SH7760 AC97/I 8 Enable this option for SH7760 AC97/I2S audio support. 10 9 11 10 12 ## 11 ## 13 ## Audio unit modules 12 ## Audio unit modules 14 ## 13 ## 15 14 16 config SND_SOC_SH4_HAC 15 config SND_SOC_SH4_HAC 17 tristate 16 tristate 18 select AC97_BUS 17 select AC97_BUS 19 select SND_SOC_AC97_BUS 18 select SND_SOC_AC97_BUS 20 19 21 config SND_SOC_SH4_SSI 20 config SND_SOC_SH4_SSI 22 tristate 21 tristate 23 22 24 config SND_SOC_SH4_FSI 23 config SND_SOC_SH4_FSI 25 tristate "SH4 FSI support" 24 tristate "SH4 FSI support" 26 depends on SUPERH || COMMON_CLK << 27 select SND_SIMPLE_CARD 25 select SND_SIMPLE_CARD 28 help 26 help 29 This option enables FSI sound suppor 27 This option enables FSI sound support 30 28 31 config SND_SOC_SH4_SIU 29 config SND_SOC_SH4_SIU 32 tristate 30 tristate 33 depends on ARCH_SHMOBILE && HAVE_CLK !! 31 depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK 34 depends on DMADEVICES << 35 select DMA_ENGINE 32 select DMA_ENGINE >> 33 select DMADEVICES 36 select SH_DMAE 34 select SH_DMAE 37 select FW_LOADER 35 select FW_LOADER 38 36 39 config SND_SOC_RCAR 37 config SND_SOC_RCAR 40 tristate "R-Car series SRU/SCU/SSIU/SS 38 tristate "R-Car series SRU/SCU/SSIU/SSI support" 41 depends on COMMON_CLK 39 depends on COMMON_CLK 42 depends on OF !! 40 select SND_SIMPLE_CARD 43 select SND_SIMPLE_CARD_UTILS << 44 select SND_DMAENGINE_PCM << 45 select REGMAP_MMIO 41 select REGMAP_MMIO 46 help 42 help 47 This option enables R-Car SRU/SCU/SS 43 This option enables R-Car SRU/SCU/SSIU/SSI sound support 48 << 49 config SND_SOC_RZ << 50 tristate "RZ/G2L series SSIF-2 support << 51 depends on ARCH_RZG2L || COMPILE_TEST << 52 help << 53 This option enables RZ/G2L SSIF-2 so << 54 44 55 ## 45 ## 56 ## Boards 46 ## Boards 57 ## 47 ## 58 48 59 config SND_SH7760_AC97 49 config SND_SH7760_AC97 60 tristate "SH7760 AC97 sound support" 50 tristate "SH7760 AC97 sound support" 61 depends on CPU_SUBTYPE_SH7760 && SND_S 51 depends on CPU_SUBTYPE_SH7760 && SND_SOC_PCM_SH7760 62 select SND_SOC_SH4_HAC 52 select SND_SOC_SH4_HAC 63 select SND_SOC_AC97_CODEC 53 select SND_SOC_AC97_CODEC 64 help 54 help 65 This option enables generic sound su 55 This option enables generic sound support for the first 66 AC97 unit of the SH7760. 56 AC97 unit of the SH7760. 67 57 68 config SND_SIU_MIGOR 58 config SND_SIU_MIGOR 69 tristate "SIU sound support on Migo-R" 59 tristate "SIU sound support on Migo-R" 70 depends on SH_MIGOR && I2C 60 depends on SH_MIGOR && I2C 71 select SND_SOC_SH4_SIU 61 select SND_SOC_SH4_SIU 72 select SND_SOC_WM8978 62 select SND_SOC_WM8978 73 help 63 help 74 This option enables sound support fo 64 This option enables sound support for the SH7722 Migo-R board 75 65 76 endmenu 66 endmenu
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.