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

TOMOYO Linux Cross Reference
Linux/sound/soc/sof/amd/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/sof/amd/Kconfig (Architecture ppc) and /sound/soc/sof/amd/Kconfig (Architecture sparc64)


  1 # SPDX-License-Identifier: (GPL-2.0-only OR BS      1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
  2 # This file is provided under a dual BSD/GPLv2      2 # This file is provided under a dual BSD/GPLv2 license. When using or
  3 # redistributing this file, you may do so unde      3 # redistributing this file, you may do so under either license.
  4 #                                                   4 #
  5 # Copyright(c) 2021, 2023 Advanced Micro Devic      5 # Copyright(c) 2021, 2023 Advanced Micro Devices, Inc. All rights reserved.
  6                                                     6 
  7 config SND_SOC_SOF_AMD_TOPLEVEL                     7 config SND_SOC_SOF_AMD_TOPLEVEL
  8         tristate "SOF support for AMD audio DS      8         tristate "SOF support for AMD audio DSPs"
  9         depends on SOUNDWIRE_AMD || !SOUNDWIRE      9         depends on SOUNDWIRE_AMD || !SOUNDWIRE_AMD
 10         depends on X86 || COMPILE_TEST             10         depends on X86 || COMPILE_TEST
 11         help                                       11         help
 12           This adds support for Sound Open Fir     12           This adds support for Sound Open Firmware for AMD platforms.
 13           Say Y if you have such a device.         13           Say Y if you have such a device.
 14           If unsure select "N".                    14           If unsure select "N".
 15                                                    15 
 16 if SND_SOC_SOF_AMD_TOPLEVEL                        16 if SND_SOC_SOF_AMD_TOPLEVEL
 17                                                    17 
 18 config SND_SOC_SOF_AMD_COMMON                      18 config SND_SOC_SOF_AMD_COMMON
 19         tristate                                   19         tristate
 20         select SND_SOC_SOF                         20         select SND_SOC_SOF
 21         select SND_SOC_SOF_IPC3                    21         select SND_SOC_SOF_IPC3
 22         select SND_SOC_SOF_PCI_DEV                 22         select SND_SOC_SOF_PCI_DEV
 23         select SND_AMD_ACP_CONFIG                  23         select SND_AMD_ACP_CONFIG
 24         select SND_SOC_SOF_XTENSA                  24         select SND_SOC_SOF_XTENSA
 25         select SND_SOC_SOF_ACP_PROBES              25         select SND_SOC_SOF_ACP_PROBES
 26         select SND_SOC_ACPI_AMD_MATCH              26         select SND_SOC_ACPI_AMD_MATCH
 27         select SND_SOC_ACPI if ACPI                27         select SND_SOC_ACPI if ACPI
 28         help                                       28         help
 29           This option is not user-selectable b     29           This option is not user-selectable but automatically handled by
 30           'select' statements at a higher leve     30           'select' statements at a higher level
 31                                                    31 
 32 config SND_SOC_SOF_AMD_RENOIR                      32 config SND_SOC_SOF_AMD_RENOIR
 33         tristate "SOF support for RENOIR"          33         tristate "SOF support for RENOIR"
 34         depends on SND_SOC_SOF_PCI                 34         depends on SND_SOC_SOF_PCI
 35         select SND_SOC_SOF_AMD_COMMON              35         select SND_SOC_SOF_AMD_COMMON
 36         help                                       36         help
 37           Select this option for SOF support o     37           Select this option for SOF support on AMD Renoir platform
 38                                                    38 
 39 config SND_SOC_SOF_AMD_VANGOGH                     39 config SND_SOC_SOF_AMD_VANGOGH
 40         tristate "SOF support for VANGOGH"         40         tristate "SOF support for VANGOGH"
 41         depends on SND_SOC_SOF_PCI                 41         depends on SND_SOC_SOF_PCI
 42         select SND_SOC_SOF_AMD_COMMON              42         select SND_SOC_SOF_AMD_COMMON
 43         help                                       43         help
 44           Select this option for SOF support       44           Select this option for SOF support
 45           on AMD Vangogh platform.                 45           on AMD Vangogh platform.
 46           Say Y if you want to enable SOF on V     46           Say Y if you want to enable SOF on Vangogh.
 47           If unsure select "N".                    47           If unsure select "N".
 48                                                    48 
 49 config SND_SOC_SOF_AMD_REMBRANDT                   49 config SND_SOC_SOF_AMD_REMBRANDT
 50         tristate "SOF support for REMBRANDT"       50         tristate "SOF support for REMBRANDT"
 51         depends on SND_SOC_SOF_PCI                 51         depends on SND_SOC_SOF_PCI
 52         select SND_SOC_SOF_AMD_COMMON              52         select SND_SOC_SOF_AMD_COMMON
 53         help                                       53         help
 54           Select this option for SOF support o     54           Select this option for SOF support on AMD Rembrandt platform
 55           Say Y if you want to enable SOF on R     55           Say Y if you want to enable SOF on Rembrandt.
 56           If unsure select "N".                    56           If unsure select "N".
 57                                                    57 
 58 config SND_SOC_SOF_ACP_PROBES                      58 config SND_SOC_SOF_ACP_PROBES
 59         tristate                                   59         tristate
 60         select SND_SOC_SOF_DEBUG_PROBES            60         select SND_SOC_SOF_DEBUG_PROBES
 61         help                                       61         help
 62           This option is not user-selectable b     62           This option is not user-selectable but automatically handled by
 63           'select' statements at a higher leve     63           'select' statements at a higher level
 64                                                    64 
 65 config SND_SOC_SOF_AMD_SOUNDWIRE_LINK_BASELINE     65 config SND_SOC_SOF_AMD_SOUNDWIRE_LINK_BASELINE
 66         tristate                                   66         tristate
 67         select SND_AMD_SOUNDWIRE_ACPI if ACPI      67         select SND_AMD_SOUNDWIRE_ACPI if ACPI
 68                                                    68 
 69 config SND_SOC_SOF_AMD_SOUNDWIRE                   69 config SND_SOC_SOF_AMD_SOUNDWIRE
 70         tristate "SOF support for SoundWire ba     70         tristate "SOF support for SoundWire based AMD platforms"
 71         default SND_SOC_SOF_AMD_SOUNDWIRE_LINK     71         default SND_SOC_SOF_AMD_SOUNDWIRE_LINK_BASELINE
 72         depends on SND_SOC_SOF_AMD_SOUNDWIRE_L     72         depends on SND_SOC_SOF_AMD_SOUNDWIRE_LINK_BASELINE
 73         depends on ACPI                            73         depends on ACPI
 74         depends on SOUNDWIRE_AMD                   74         depends on SOUNDWIRE_AMD
 75         help                                       75         help
 76           This adds support for SoundWire with     76           This adds support for SoundWire with Sound Open Firmware
 77           for AMD platforms.                       77           for AMD platforms.
 78           Say Y if you want to enable SoundWir     78           Say Y if you want to enable SoundWire links with SOF.
 79           If unsure select "N".                    79           If unsure select "N".
 80                                                    80 
 81 config SND_SOC_SOF_AMD_ACP63                       81 config SND_SOC_SOF_AMD_ACP63
 82         tristate "SOF support for ACP6.3 platf     82         tristate "SOF support for ACP6.3 platform"
 83         depends on SND_SOC_SOF_PCI                 83         depends on SND_SOC_SOF_PCI
 84         select SND_SOC_SOF_AMD_COMMON              84         select SND_SOC_SOF_AMD_COMMON
 85         select SND_SOC_SOF_AMD_SOUNDWIRE_LINK_     85         select SND_SOC_SOF_AMD_SOUNDWIRE_LINK_BASELINE
 86         help                                       86         help
 87           Select this option for SOF support o     87           Select this option for SOF support on
 88           AMD ACP6.3 version based platforms.      88           AMD ACP6.3 version based platforms.
 89           Say Y if you want to enable SOF on A     89           Say Y if you want to enable SOF on ACP6.3 based platform.
 90           If unsure select "N".                    90           If unsure select "N".
 91                                                    91 
 92 config SND_SOC_SOF_AMD_ACP70                       92 config SND_SOC_SOF_AMD_ACP70
 93         tristate "SOF support for ACP7.0 platf     93         tristate "SOF support for ACP7.0 platform"
 94         depends on SND_SOC_SOF_PCI                 94         depends on SND_SOC_SOF_PCI
 95         select SND_SOC_SOF_AMD_COMMON              95         select SND_SOC_SOF_AMD_COMMON
 96         help                                       96         help
 97           Select this option for SOF support o     97           Select this option for SOF support on
 98           AMD ACP7.0 version based platforms.      98           AMD ACP7.0 version based platforms.
 99           Say Y if you want to enable SOF on A     99           Say Y if you want to enable SOF on ACP7.0 based platform.
100                                                   100 
101 endif                                             101 endif
                                                      

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