2021-10-19 07:09:31 +00:00
|
|
|
# SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)
|
|
|
|
# This file is provided under a dual BSD/GPLv2 license. When using or
|
|
|
|
# redistributing this file, you may do so under either license.
|
|
|
|
#
|
|
|
|
# Copyright(c) 2021 Advanced Micro Devices, Inc. All rights reserved.
|
|
|
|
#
|
|
|
|
|
|
|
|
config SND_SOC_AMD_ACP_COMMON
|
|
|
|
tristate "AMD Audio ACP Common support"
|
|
|
|
select SND_AMD_ACP_CONFIG
|
2021-10-26 15:11:23 +00:00
|
|
|
depends on X86 && PCI
|
2021-10-19 07:09:31 +00:00
|
|
|
help
|
|
|
|
This option enables common modules for Audio-Coprocessor i.e. ACP
|
|
|
|
IP block on AMD platforms.
|
|
|
|
|
2021-10-26 15:11:21 +00:00
|
|
|
if SND_SOC_AMD_ACP_COMMON
|
|
|
|
|
2021-10-19 07:09:31 +00:00
|
|
|
config SND_SOC_AMD_ACP_I2S
|
|
|
|
tristate
|
|
|
|
|
|
|
|
config SND_SOC_AMD_ACP_PCM
|
|
|
|
tristate
|
2021-10-29 11:36:57 +00:00
|
|
|
select SND_SOC_ACPI if ACPI
|
2021-10-19 07:09:32 +00:00
|
|
|
|
|
|
|
config SND_AMD_ASOC_RENOIR
|
|
|
|
tristate "AMD ACP ASOC Renoir Support"
|
|
|
|
select SND_SOC_AMD_ACP_PCM
|
|
|
|
select SND_SOC_AMD_ACP_I2S
|
|
|
|
depends on X86 && PCI
|
|
|
|
help
|
|
|
|
This option enables Renoir I2S support on AMD platform.
|
2021-10-19 07:09:34 +00:00
|
|
|
|
|
|
|
config SND_SOC_AMD_MACH_COMMON
|
|
|
|
tristate
|
2021-12-24 15:00:43 +00:00
|
|
|
depends on X86 && PCI && I2C && GPIOLIB
|
2021-10-19 07:09:34 +00:00
|
|
|
select CLK_FIXED_FCH
|
|
|
|
select SND_SOC_RT5682_I2C
|
|
|
|
select SND_SOC_DMIC
|
|
|
|
select SND_SOC_RT1019
|
2021-10-19 07:09:37 +00:00
|
|
|
select SND_SOC_MAX98357A
|
2021-10-19 07:09:38 +00:00
|
|
|
select SND_SOC_RT5682S
|
2021-10-19 07:09:34 +00:00
|
|
|
help
|
|
|
|
This option enables common Machine driver module for ACP.
|
2021-10-19 07:09:35 +00:00
|
|
|
|
|
|
|
config SND_SOC_AMD_LEGACY_MACH
|
|
|
|
tristate "AMD Legacy Machine Driver Support"
|
2021-12-24 15:00:43 +00:00
|
|
|
depends on X86 && PCI && I2C && GPIOLIB
|
2021-10-19 07:09:35 +00:00
|
|
|
select SND_SOC_AMD_MACH_COMMON
|
|
|
|
help
|
|
|
|
This option enables legacy sound card support for ACP audio.
|
2021-10-19 07:09:36 +00:00
|
|
|
|
|
|
|
config SND_SOC_AMD_SOF_MACH
|
|
|
|
tristate "AMD SOF Machine Driver Support"
|
2021-12-24 15:00:43 +00:00
|
|
|
depends on X86 && PCI && I2C && GPIOLIB
|
2021-10-19 07:09:36 +00:00
|
|
|
select SND_SOC_AMD_MACH_COMMON
|
|
|
|
help
|
|
|
|
This option enables SOF sound card support for ACP audio.
|
2021-10-26 15:11:21 +00:00
|
|
|
|
|
|
|
endif # SND_SOC_AMD_ACP_COMMON
|