xref: /openbmc/linux/sound/soc/amd/acp/Kconfig (revision 623621a9)
1*623621a9SAjit Kumar Pandey# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
2*623621a9SAjit Kumar Pandey# This file is provided under a dual BSD/GPLv2 license. When using or
3*623621a9SAjit Kumar Pandey# redistributing this file, you may do so under either license.
4*623621a9SAjit Kumar Pandey#
5*623621a9SAjit Kumar Pandey# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved.
6*623621a9SAjit Kumar Pandey#
7*623621a9SAjit Kumar Pandey
8*623621a9SAjit Kumar Pandeyconfig SND_SOC_AMD_ACP_COMMON
9*623621a9SAjit Kumar Pandey	tristate "AMD Audio ACP Common support"
10*623621a9SAjit Kumar Pandey	select SND_AMD_ACP_CONFIG
11*623621a9SAjit Kumar Pandey	help
12*623621a9SAjit Kumar Pandey	  This option enables common modules for Audio-Coprocessor i.e. ACP
13*623621a9SAjit Kumar Pandey	  IP block on AMD platforms.
14*623621a9SAjit Kumar Pandey
15*623621a9SAjit Kumar Pandeyconfig SND_SOC_AMD_ACP_I2S
16*623621a9SAjit Kumar Pandey	tristate
17*623621a9SAjit Kumar Pandey
18*623621a9SAjit Kumar Pandeyconfig SND_SOC_AMD_ACP_PCM
19*623621a9SAjit Kumar Pandey	tristate
20