~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/sound/soc/sh/Kconfig

Version: ~ [ linux-6.12-rc7 ] ~ [ linux-6.11.7 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.60 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.116 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.171 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.229 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.285 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.323 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.12 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /sound/soc/sh/Kconfig (Version linux-6.12-rc7) and /sound/soc/sh/Kconfig (Version linux-6.3.13)


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

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php