xref: /openbmc/linux/sound/soc/amd/acp/Kconfig (revision 58c8c843)
1623621a9SAjit Kumar Pandey# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2623621a9SAjit Kumar Pandey# This file is provided under a dual BSD/GPLv2 license. When using or
3623621a9SAjit Kumar Pandey# redistributing this file, you may do so under either license.
4623621a9SAjit Kumar Pandey#
5623621a9SAjit Kumar Pandey# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved.
6623621a9SAjit Kumar Pandey#
7623621a9SAjit Kumar Pandey
8623621a9SAjit Kumar Pandeyconfig SND_SOC_AMD_ACP_COMMON
9623621a9SAjit Kumar Pandey	tristate "AMD Audio ACP Common support"
10623621a9SAjit Kumar Pandey	select SND_AMD_ACP_CONFIG
11623621a9SAjit Kumar Pandey	help
12623621a9SAjit Kumar Pandey	  This option enables common modules for Audio-Coprocessor i.e. ACP
13623621a9SAjit Kumar Pandey	  IP block on AMD platforms.
14623621a9SAjit Kumar Pandey
15623621a9SAjit Kumar Pandeyconfig SND_SOC_AMD_ACP_I2S
16623621a9SAjit Kumar Pandey	tristate
17623621a9SAjit Kumar Pandey
18623621a9SAjit Kumar Pandeyconfig SND_SOC_AMD_ACP_PCM
19623621a9SAjit Kumar Pandey	tristate
20*58c8c843SAjit Kumar Pandey
21*58c8c843SAjit Kumar Pandeyconfig SND_AMD_ASOC_RENOIR
22*58c8c843SAjit Kumar Pandey	tristate "AMD ACP ASOC Renoir Support"
23*58c8c843SAjit Kumar Pandey	select SND_SOC_AMD_ACP_PCM
24*58c8c843SAjit Kumar Pandey	select SND_SOC_AMD_ACP_I2S
25*58c8c843SAjit Kumar Pandey	depends on X86 && PCI
26*58c8c843SAjit Kumar Pandey	help
27*58c8c843SAjit Kumar Pandey	  This option enables Renoir I2S support on AMD platform.
28