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

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


  1 # SPDX-License-Identifier: GPL-2.0-only        << 
  2 ##                                                  1 ##
  3 ## Au1200/Au1550/Au1300 PSC + DBDMA                 2 ## Au1200/Au1550/Au1300 PSC + DBDMA
  4 ##                                                  3 ##
  5 config SND_SOC_AU1XPSC                              4 config SND_SOC_AU1XPSC
  6         tristate "SoC Audio for Au12xx/Au13xx/      5         tristate "SoC Audio for Au12xx/Au13xx/Au1550"
  7         depends on MIPS_ALCHEMY                     6         depends on MIPS_ALCHEMY
  8         help                                        7         help
  9           This option enables support for the       8           This option enables support for the Programmable Serial
 10           Controllers in AC97 and I2S mode, an      9           Controllers in AC97 and I2S mode, and the Descriptor-Based DMA
 11           Controller (DBDMA) as found on the A     10           Controller (DBDMA) as found on the Au12xx/Au13xx/Au1550 SoC.
 12                                                    11 
 13 config SND_SOC_AU1XPSC_I2S                         12 config SND_SOC_AU1XPSC_I2S
 14         tristate                                   13         tristate
 15                                                    14 
 16 config SND_SOC_AU1XPSC_AC97                        15 config SND_SOC_AU1XPSC_AC97
 17         tristate                                   16         tristate
 18         select AC97_BUS                            17         select AC97_BUS
 19         select SND_AC97_CODEC                      18         select SND_AC97_CODEC
 20         select SND_SOC_AC97_BUS                    19         select SND_SOC_AC97_BUS
 21                                                    20 
 22 ##                                                 21 ##
 23 ## Au1000/1500/1100 DMA + AC97C/I2SC               22 ## Au1000/1500/1100 DMA + AC97C/I2SC
 24 ##                                                 23 ##
 25 config SND_SOC_AU1XAUDIO                           24 config SND_SOC_AU1XAUDIO
 26         tristate "SoC Audio for Au1000/Au1500/     25         tristate "SoC Audio for Au1000/Au1500/Au1100"
 27         depends on MIPS_ALCHEMY                    26         depends on MIPS_ALCHEMY
 28         help                                       27         help
 29           This is a driver set for the AC97 un     28           This is a driver set for the AC97 unit and the
 30           old DMA controller as found on the A     29           old DMA controller as found on the Au1000/Au1500/Au1100 chips.
 31                                                    30 
 32 config SND_SOC_AU1XAC97C                           31 config SND_SOC_AU1XAC97C
 33         tristate                                   32         tristate
 34         select AC97_BUS                            33         select AC97_BUS
 35         select SND_AC97_CODEC                      34         select SND_AC97_CODEC
 36         select SND_SOC_AC97_BUS                    35         select SND_SOC_AC97_BUS
 37                                                    36 
 38 config SND_SOC_AU1XI2SC                            37 config SND_SOC_AU1XI2SC
 39         tristate                                   38         tristate
 40                                                    39 
 41                                                    40 
 42 ##                                                 41 ##
 43 ## Boards                                          42 ## Boards
 44 ##                                                 43 ##
 45 config SND_SOC_DB1000                              44 config SND_SOC_DB1000
 46         tristate "DB1000 Audio support"            45         tristate "DB1000 Audio support"
 47         depends on SND_SOC_AU1XAUDIO               46         depends on SND_SOC_AU1XAUDIO
 48         select SND_SOC_AU1XAC97C                   47         select SND_SOC_AU1XAC97C
 49         select SND_SOC_AC97_CODEC                  48         select SND_SOC_AC97_CODEC
 50         help                                       49         help
 51           Select this option to enable AC97 au     50           Select this option to enable AC97 audio on the early DB1x00 series
 52           of boards (DB1000/DB1500/DB1100).        51           of boards (DB1000/DB1500/DB1100).
 53                                                    52 
 54 config SND_SOC_DB1200                              53 config SND_SOC_DB1200
 55         tristate "DB1200/DB1300/DB1550 Audio s     54         tristate "DB1200/DB1300/DB1550 Audio support"
 56         depends on SND_SOC_AU1XPSC                 55         depends on SND_SOC_AU1XPSC
 57         select SND_SOC_AU1XPSC_AC97                56         select SND_SOC_AU1XPSC_AC97
 58         select SND_SOC_AC97_CODEC                  57         select SND_SOC_AC97_CODEC
 59         select SND_SOC_WM9712                      58         select SND_SOC_WM9712
 60         select SND_SOC_AU1XPSC_I2S                 59         select SND_SOC_AU1XPSC_I2S
 61         select SND_SOC_WM8731_I2C              !!  60         select SND_SOC_WM8731
 62         help                                       61         help
 63           Select this option to enable audio (     62           Select this option to enable audio (AC97 and I2S) on the
 64           Alchemy/AMD/RMI/NetLogic Db1200, Db1     63           Alchemy/AMD/RMI/NetLogic Db1200, Db1550 and Db1300 evaluation boards.
 65           If you need Db1300 touchscreen suppo     64           If you need Db1300 touchscreen support, you definitely want to say Y.
                                                      

~ [ 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