Kconfig (846aef1d7cc05651e27c17c3b4e2b5ce5cdec97b) Kconfig (ec25a3b14261fcb05568a1fec15ca68152e9d208)
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"
9 depends on X86 || COMPILE_TEST
10 help
11 This adds support for Sound Open Firmware for AMD platforms.
12 Say Y if you have such a device.
13 If unsure select "N".
14
15if SND_SOC_SOF_AMD_TOPLEVEL
16
17config SND_SOC_SOF_AMD_COMMON
18 tristate
19 select SND_SOC_SOF
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"
9 depends on X86 || COMPILE_TEST
10 help
11 This adds support for Sound Open Firmware for AMD platforms.
12 Say Y if you have such a device.
13 If unsure select "N".
14
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_PCI_DEV
21 select SND_AMD_ACP_CONFIG
22 select SND_SOC_ACPI if ACPI
20 help
21 This option is not user-selectable but automatically handled by
22 'select' statements at a higher level
23
24config SND_SOC_SOF_AMD_RENOIR
25 tristate "SOF support for RENOIR"
23 help
24 This option is not user-selectable but automatically handled by
25 'select' statements at a higher level
26
27config SND_SOC_SOF_AMD_RENOIR
28 tristate "SOF support for RENOIR"
29 depends on SND_SOC_SOF_PCI
26 select SND_SOC_SOF_AMD_COMMON
27 help
28 Select this option for SOF support on AMD Renoir platform
30 select SND_SOC_SOF_AMD_COMMON
31 help
32 Select this option for SOF support on AMD Renoir platform
29
30endif
33endif