xref: /openbmc/linux/sound/soc/sof/amd/Kconfig (revision 846aef1d)
1*846aef1dSAjit Kumar Pandey# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2*846aef1dSAjit Kumar Pandey# This file is provided under a dual BSD/GPLv2 license. When using or
3*846aef1dSAjit Kumar Pandey# redistributing this file, you may do so under either license.
4*846aef1dSAjit Kumar Pandey#
5*846aef1dSAjit Kumar Pandey# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved.
6*846aef1dSAjit Kumar Pandey
7*846aef1dSAjit Kumar Pandeyconfig SND_SOC_SOF_AMD_TOPLEVEL
8*846aef1dSAjit Kumar Pandey	tristate "SOF support for AMD audio DSPs"
9*846aef1dSAjit Kumar Pandey	depends on X86 || COMPILE_TEST
10*846aef1dSAjit Kumar Pandey	help
11*846aef1dSAjit Kumar Pandey	  This adds support for Sound Open Firmware for AMD platforms.
12*846aef1dSAjit Kumar Pandey	  Say Y if you have such a device.
13*846aef1dSAjit Kumar Pandey	  If unsure select "N".
14*846aef1dSAjit Kumar Pandey
15*846aef1dSAjit Kumar Pandeyif SND_SOC_SOF_AMD_TOPLEVEL
16*846aef1dSAjit Kumar Pandey
17*846aef1dSAjit Kumar Pandeyconfig SND_SOC_SOF_AMD_COMMON
18*846aef1dSAjit Kumar Pandey	tristate
19*846aef1dSAjit Kumar Pandey	select SND_SOC_SOF
20*846aef1dSAjit Kumar Pandey	help
21*846aef1dSAjit Kumar Pandey	  This option is not user-selectable but automatically handled by
22*846aef1dSAjit Kumar Pandey	  'select' statements at a higher level
23*846aef1dSAjit Kumar Pandey
24*846aef1dSAjit Kumar Pandeyconfig SND_SOC_SOF_AMD_RENOIR
25*846aef1dSAjit Kumar Pandey	tristate "SOF support for RENOIR"
26*846aef1dSAjit Kumar Pandey	select SND_SOC_SOF_AMD_COMMON
27*846aef1dSAjit Kumar Pandey	help
28*846aef1dSAjit Kumar Pandey	  Select this option for SOF support on AMD Renoir platform
29*846aef1dSAjit Kumar Pandey
30*846aef1dSAjit Kumar Pandeyendif
31