Kconfig (7ae9fb1b7ecbb5d85d07857943f677fd1a559b18) | Kconfig (1a74b21ce59f4343e8bf64ec4c20bcbbaea96c5f) |
---|---|
1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2# This file is provided under a dual BSD/GPLv2 license. When using or 3# redistributing this file, you may do so under either license. 4# 5# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved. 6 7config SND_SOC_SOF_AMD_TOPLEVEL 8 tristate "SOF support for AMD audio DSPs" --- 7 unchanged lines hidden (view full) --- 16 17config SND_SOC_SOF_AMD_COMMON 18 tristate 19 select SND_SOC_SOF 20 select SND_SOC_SOF_IPC3 21 select SND_SOC_SOF_PCI_DEV 22 select SND_AMD_ACP_CONFIG 23 select SND_SOC_SOF_XTENSA | 1# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause) 2# This file is provided under a dual BSD/GPLv2 license. When using or 3# redistributing this file, you may do so under either license. 4# 5# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved. 6 7config SND_SOC_SOF_AMD_TOPLEVEL 8 tristate "SOF support for AMD audio DSPs" --- 7 unchanged lines hidden (view full) --- 16 17config SND_SOC_SOF_AMD_COMMON 18 tristate 19 select SND_SOC_SOF 20 select SND_SOC_SOF_IPC3 21 select SND_SOC_SOF_PCI_DEV 22 select SND_AMD_ACP_CONFIG 23 select SND_SOC_SOF_XTENSA |
24 select SND_SOC_SOF_ACP_PROBES |
|
24 select SND_SOC_ACPI if ACPI 25 help 26 This option is not user-selectable but automatically handled by 27 'select' statements at a higher level 28 29config SND_SOC_SOF_AMD_RENOIR 30 tristate "SOF support for RENOIR" 31 depends on SND_SOC_SOF_PCI --- 5 unchanged lines hidden (view full) --- 37 tristate "SOF support for REMBRANDT" 38 depends on SND_SOC_SOF_PCI 39 select SND_SOC_SOF_AMD_COMMON 40 help 41 Select this option for SOF support on AMD Rembrandt platform 42 Say Y if you want to enable SOF on Rembrandt. 43 If unsure select "N". 44 | 25 select SND_SOC_ACPI if ACPI 26 help 27 This option is not user-selectable but automatically handled by 28 'select' statements at a higher level 29 30config SND_SOC_SOF_AMD_RENOIR 31 tristate "SOF support for RENOIR" 32 depends on SND_SOC_SOF_PCI --- 5 unchanged lines hidden (view full) --- 38 tristate "SOF support for REMBRANDT" 39 depends on SND_SOC_SOF_PCI 40 select SND_SOC_SOF_AMD_COMMON 41 help 42 Select this option for SOF support on AMD Rembrandt platform 43 Say Y if you want to enable SOF on Rembrandt. 44 If unsure select "N". 45 |
46config SND_SOC_SOF_ACP_PROBES 47 tristate 48 select SND_SOC_SOF_DEBUG_PROBES 49 help 50 This option is not user-selectable but automatically handled by 51 'select' statements at a higher level 52 |
|
45endif | 53endif |