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

TOMOYO Linux Cross Reference
Linux/sound/soc/sunxi/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/sunxi/Kconfig (Version linux-6.12-rc7) and /sound/soc/sunxi/Kconfig (Version linux-4.20.17)


  1 # SPDX-License-Identifier: GPL-2.0-only        << 
  2 menu "Allwinner SoC Audio support"                  1 menu "Allwinner SoC Audio support"
  3         depends on ARCH_SUNXI || COMPILE_TEST       2         depends on ARCH_SUNXI || COMPILE_TEST
  4                                                     3 
  5 config SND_SUN4I_CODEC                              4 config SND_SUN4I_CODEC
  6         tristate "Allwinner A10 Codec Support"      5         tristate "Allwinner A10 Codec Support"
  7         select SND_SOC_GENERIC_DMAENGINE_PCM        6         select SND_SOC_GENERIC_DMAENGINE_PCM
  8         select REGMAP_MMIO                          7         select REGMAP_MMIO
  9         help                                        8         help
 10           Select Y or M to add support for the      9           Select Y or M to add support for the Codec embedded in the Allwinner
 11           A10 and affiliated SoCs.                 10           A10 and affiliated SoCs.
 12                                                    11 
 13 config SND_SUN8I_CODEC                             12 config SND_SUN8I_CODEC
 14         tristate "Allwinner SUN8I audio codec"     13         tristate "Allwinner SUN8I audio codec"
 15         depends on OF                              14         depends on OF
 16         depends on MACH_SUN8I || (ARM64 && ARC     15         depends on MACH_SUN8I || (ARM64 && ARCH_SUNXI) || COMPILE_TEST
 17         depends on COMMON_CLK                  << 
 18         select REGMAP_MMIO                         16         select REGMAP_MMIO
 19         help                                       17         help
 20           This option enables the digital part     18           This option enables the digital part of the internal audio codec for
 21           Allwinner sun8i SoC (and particularl     19           Allwinner sun8i SoC (and particularly A33).
 22                                                    20 
 23           Say Y or M if you want to add sun8i      21           Say Y or M if you want to add sun8i digital audio codec support.
 24                                                    22 
 25 config SND_SUN8I_CODEC_ANALOG                      23 config SND_SUN8I_CODEC_ANALOG
 26         tristate "Allwinner sun8i Codec Analog     24         tristate "Allwinner sun8i Codec Analog Controls Support"
 27         depends on MACH_SUN8I || (ARM64 && ARC     25         depends on MACH_SUN8I || (ARM64 && ARCH_SUNXI) || COMPILE_TEST
 28         select SND_SUN8I_ADDA_PR_REGMAP            26         select SND_SUN8I_ADDA_PR_REGMAP
 29         help                                       27         help
 30           Say Y or M if you want to add suppor     28           Say Y or M if you want to add support for the analog controls for
 31           the codec embedded in newer Allwinne     29           the codec embedded in newer Allwinner SoCs.
 32                                                    30 
 33 config SND_SUN50I_CODEC_ANALOG                     31 config SND_SUN50I_CODEC_ANALOG
 34         tristate "Allwinner sun50i Codec Analo     32         tristate "Allwinner sun50i Codec Analog Controls Support"
 35         depends on (ARM64 && ARCH_SUNXI) || CO     33         depends on (ARM64 && ARCH_SUNXI) || COMPILE_TEST
 36         select SND_SUN8I_ADDA_PR_REGMAP            34         select SND_SUN8I_ADDA_PR_REGMAP
 37         help                                       35         help
 38           Say Y or M if you want to add suppor     36           Say Y or M if you want to add support for the analog controls for
 39           the codec embedded in Allwinner A64      37           the codec embedded in Allwinner A64 SoC.
 40                                                    38 
 41 config SND_SUN4I_I2S                               39 config SND_SUN4I_I2S
 42         tristate "Allwinner A10 I2S Support"       40         tristate "Allwinner A10 I2S Support"
 43         select SND_SOC_GENERIC_DMAENGINE_PCM       41         select SND_SOC_GENERIC_DMAENGINE_PCM
 44         select REGMAP_MMIO                         42         select REGMAP_MMIO
 45         help                                       43         help
 46           Say Y or M if you want to add suppor     44           Say Y or M if you want to add support for codecs attached to
 47           the Allwinner A10 I2S. You will also     45           the Allwinner A10 I2S. You will also need to select the
 48           individual machine drivers to suppor     46           individual machine drivers to support below.
 49                                                    47 
 50 config SND_SUN4I_SPDIF                             48 config SND_SUN4I_SPDIF
 51         tristate "Allwinner A10 SPDIF Support"     49         tristate "Allwinner A10 SPDIF Support"
 52         depends on OF                              50         depends on OF
 53         select SND_SOC_GENERIC_DMAENGINE_PCM       51         select SND_SOC_GENERIC_DMAENGINE_PCM
 54         select REGMAP_MMIO                         52         select REGMAP_MMIO
 55         help                                       53         help
 56           Say Y or M to add support for the S/     54           Say Y or M to add support for the S/PDIF audio block in the Allwinner
 57           A10 and affiliated SoCs.                 55           A10 and affiliated SoCs.
 58                                                << 
 59 config SND_SUN50I_DMIC                         << 
 60         tristate "Allwinner H6 DMIC Support"   << 
 61         select SND_SOC_GENERIC_DMAENGINE_PCM   << 
 62         help                                   << 
 63           Say Y or M to add support for the DM << 
 64           H6 and affiliated SoCs.              << 
 65                                                    56 
 66 config SND_SUN8I_ADDA_PR_REGMAP                    57 config SND_SUN8I_ADDA_PR_REGMAP
 67         tristate                                   58         tristate
 68         select REGMAP                              59         select REGMAP
 69                                                    60 
 70 endmenu                                            61 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