Kconfig (a23e1966932464e1c5226cb9ac4ce1d5fc10ba22) | Kconfig (57677ccde7522170c50eb44258d54c6584356f47) |
---|---|
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 depends on X86 && PCI 12 help 13 This option enables common modules for Audio-Coprocessor i.e. ACP 14 IP block on AMD platforms. 15 | 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 depends on X86 && PCI 12 help 13 This option enables common modules for Audio-Coprocessor i.e. ACP 14 IP block on AMD platforms. 15 |
16config SND_SOC_ACPI_AMD_MATCH 17 tristate 18 select SND_SOC_ACPI if ACPI 19 |
|
16if SND_SOC_AMD_ACP_COMMON 17 18config SND_SOC_AMD_ACP_PDM 19 tristate 20 21config SND_SOC_AMD_ACP_LEGACY_COMMON 22 tristate 23 --- 102 unchanged lines hidden --- | 20if SND_SOC_AMD_ACP_COMMON 21 22config SND_SOC_AMD_ACP_PDM 23 tristate 24 25config SND_SOC_AMD_ACP_LEGACY_COMMON 26 tristate 27 --- 102 unchanged lines hidden --- |