## 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_ACP_KEEP_RUNNING_IN_S3
	bool
	depends on SOC_AMD_COMMON_BLOCK_ACP_GEN1 || SOC_AMD_COMMON_BLOCK_ACP_GEN2
	help
	  Enables AMD Audio Co-Processor (ACP) to remain operational in ACPI
	  S3 (sleep) state for continued audio processing support.

config SOC_AMD_ACP_KEEP_RUNNING_IN_S0IX
	bool
	depends on SOC_AMD_COMMON_BLOCK_ACP_GEN1 || SOC_AMD_COMMON_BLOCK_ACP_GEN2
	help
	  Enables AMD Audio Co-Processor (ACP) to remain operational in ACPI
	  S0ix (sleep) state for continued audio processing support.
