Kconfig (623621a9f9e1a2f4bf1c69d066b7de3de2b12df6) | Kconfig (58c8c8438db45fb22b8d855645e2d4d15ca9ee72) |
---|---|
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# 7 8config SND_SOC_AMD_ACP_COMMON 9 tristate "AMD Audio ACP Common support" 10 select SND_AMD_ACP_CONFIG 11 help 12 This option enables common modules for Audio-Coprocessor i.e. ACP 13 IP block on AMD platforms. 14 15config SND_SOC_AMD_ACP_I2S 16 tristate 17 18config SND_SOC_AMD_ACP_PCM 19 tristate | 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# 7 8config SND_SOC_AMD_ACP_COMMON 9 tristate "AMD Audio ACP Common support" 10 select SND_AMD_ACP_CONFIG 11 help 12 This option enables common modules for Audio-Coprocessor i.e. ACP 13 IP block on AMD platforms. 14 15config SND_SOC_AMD_ACP_I2S 16 tristate 17 18config SND_SOC_AMD_ACP_PCM 19 tristate |
20 21config SND_AMD_ASOC_RENOIR 22 tristate "AMD ACP ASOC Renoir Support" 23 select SND_SOC_AMD_ACP_PCM 24 select SND_SOC_AMD_ACP_I2S 25 depends on X86 && PCI 26 help 27 This option enables Renoir I2S support on AMD platform. |
|