Kconfig (d948218424bf9194860fcc10259ff42487cf4bd9) | Kconfig (2188c2cfaa4f431c1d537bb029a6e9b0810b7e7f) |
---|---|
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, 2023 Advanced Micro Devices, Inc. All rights reserved. 6 7config SND_SOC_SOF_AMD_TOPLEVEL 8 tristate "SOF support for AMD audio DSPs" --- 67 unchanged lines hidden (view full) --- 76 for AMD platforms. 77 Say Y if you want to enable SoundWire links with SOF. 78 If unsure select "N". 79 80config SND_SOC_SOF_AMD_ACP63 81 tristate "SOF support for ACP6.3 platform" 82 depends on SND_SOC_SOF_PCI 83 select SND_SOC_SOF_AMD_COMMON | 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, 2023 Advanced Micro Devices, Inc. All rights reserved. 6 7config SND_SOC_SOF_AMD_TOPLEVEL 8 tristate "SOF support for AMD audio DSPs" --- 67 unchanged lines hidden (view full) --- 76 for AMD platforms. 77 Say Y if you want to enable SoundWire links with SOF. 78 If unsure select "N". 79 80config SND_SOC_SOF_AMD_ACP63 81 tristate "SOF support for ACP6.3 platform" 82 depends on SND_SOC_SOF_PCI 83 select SND_SOC_SOF_AMD_COMMON |
84 select SND_SOC_SOF_AMD_SOUNDWIRE_LINK_BASELINE |
|
84 help 85 Select this option for SOF support on 86 AMD ACP6.3 version based platforms. 87 Say Y if you want to enable SOF on ACP6.3 based platform. 88 If unsure select "N". 89endif | 85 help 86 Select this option for SOF support on 87 AMD ACP6.3 version based platforms. 88 Say Y if you want to enable SOF on ACP6.3 based platform. 89 If unsure select "N". 90endif |