xref: /aosp_15_r20/external/coreboot/src/soc/amd/common/block/smu/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config SOC_AMD_COMMON_BLOCK_SMU
4	bool
5	select SOC_AMD_COMMON_BLOCK_SMN
6	help
7	  Select this option to add functions to communicate with the SMU to the build.
8
9config SOC_AMD_COMMON_BLOCK_SMU_SX_ENTRY
10	bool
11	depends on SOC_AMD_COMMON_BLOCK_SMU
12	help
13	  Select this option to add the function to send the S3/4/5 entry
14	  message to the SMU.
15