## SPDX-License-Identifier: GPL-2.0-only

config SOC_AMD_COMMON_BLOCK_ACP_GEN1
	bool
	help
	  Select this option to perform Audio Co-Processor(ACP) configuration.
	  Used by the ACP in AMD family 17h, 19h, and earlier (picasso, cezanne)

config SOC_AMD_COMMON_BLOCK_ACP_GEN2
	bool
	help
	  Select this option to perform Audio Co-Processor(ACP) configuration.
	  Used by the ACP in AMD mendocino (family 17h) and possibly newer CPUs.

config SOC_AMD_COMMON_BLOCK_ACP_SOC_SPECIFIC_SSDT_ENTRY
	bool
	help
	  Select this option to call into the SoC code when generating the SSDT
	  entry for the Audio Co-Processor (ACP).
