Kconfig (29583dfcd2dd72c766422bd05c16f06c6b1fb356) Kconfig (41cfad23b5ebef2dbddecff2ddeb27ca973f98a8)
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"

--- 6 unchanged lines hidden (view full) ---

15if SND_SOC_SOF_AMD_TOPLEVEL
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
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"

--- 6 unchanged lines hidden (view full) ---

15if SND_SOC_SOF_AMD_TOPLEVEL
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
23 select SND_SOC_ACPI if ACPI
24 help
25 This option is not user-selectable but automatically handled by
26 'select' statements at a higher level
27
28config SND_SOC_SOF_AMD_RENOIR
29 tristate "SOF support for RENOIR"
30 depends on SND_SOC_SOF_PCI

--- 14 unchanged lines hidden ---
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

--- 14 unchanged lines hidden ---