Kconfig (92f33bf10f122559d7643724c239bb8d5a8de6fc) | Kconfig (4edc07fc7fe1a9eec1a4ebc518d2dec222382f43) |
---|---|
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 --- 16 unchanged lines hidden (view full) --- 25 tristate 26 27config SND_SOC_AMD_ACP_PCM 28 tristate 29 select SND_SOC_ACPI if ACPI 30 31config SND_SOC_AMD_ACP_PCI 32 tristate "AMD ACP PCI Driver Support" | 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 --- 16 unchanged lines hidden (view full) --- 25 tristate 26 27config SND_SOC_AMD_ACP_PCM 28 tristate 29 select SND_SOC_ACPI if ACPI 30 31config SND_SOC_AMD_ACP_PCI 32 tristate "AMD ACP PCI Driver Support" |
33 select SND_SOC_AMD_ACP_LEGACY_COMMON |
|
33 depends on X86 && PCI 34 help 35 This options enables generic PCI driver for ACP device. 36 37config SND_AMD_ASOC_RENOIR 38 tristate "AMD ACP ASOC Renoir Support" 39 select SND_SOC_AMD_ACP_PCM 40 select SND_SOC_AMD_ACP_I2S --- 48 unchanged lines hidden --- | 34 depends on X86 && PCI 35 help 36 This options enables generic PCI driver for ACP device. 37 38config SND_AMD_ASOC_RENOIR 39 tristate "AMD ACP ASOC Renoir Support" 40 select SND_SOC_AMD_ACP_PCM 41 select SND_SOC_AMD_ACP_I2S --- 48 unchanged lines hidden --- |