Kconfig (a32e0834df769a153419fd2c88d19704ae67cf18) Kconfig (d0dab6b76a9f05bd25d7ad957c3275a9dec42a06)
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#
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.
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"
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".

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

29
30config SND_SOC_SOF_AMD_RENOIR
31 tristate "SOF support for RENOIR"
32 depends on SND_SOC_SOF_PCI
33 select SND_SOC_SOF_AMD_COMMON
34 help
35 Select this option for SOF support on AMD Renoir platform
36
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".

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

29
30config SND_SOC_SOF_AMD_RENOIR
31 tristate "SOF support for RENOIR"
32 depends on SND_SOC_SOF_PCI
33 select SND_SOC_SOF_AMD_COMMON
34 help
35 Select this option for SOF support on AMD Renoir platform
36
37config SND_SOC_SOF_AMD_VANGOGH
38 tristate "SOF support for VANGOGH"
39 depends on SND_SOC_SOF_PCI
40 select SND_SOC_SOF_AMD_COMMON
41 help
42 Select this option for SOF support
43 on AMD Vangogh platform.
44 Say Y if you want to enable SOF on Vangogh.
45 If unsure select "N".
46
37config SND_SOC_SOF_AMD_REMBRANDT
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
53endif
47config SND_SOC_SOF_AMD_REMBRANDT
48 tristate "SOF support for REMBRANDT"
49 depends on SND_SOC_SOF_PCI
50 select SND_SOC_SOF_AMD_COMMON
51 help
52 Select this option for SOF support on AMD Rembrandt platform
53 Say Y if you want to enable SOF on Rembrandt.
54 If unsure select "N".
55
56config SND_SOC_SOF_ACP_PROBES
57 tristate
58 select SND_SOC_SOF_DEBUG_PROBES
59 help
60 This option is not user-selectable but automatically handled by
61 'select' statements at a higher level
62
63endif