blob: 4a76edb6f8008cc624e92109e3444cd6ba70012c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
config SOC_AMD_COMMON_BLOCK_SMU
bool
select SOC_AMD_COMMON_BLOCK_SMN
help
Select this option to add functions to communicate with the SMU to the build.
config SOC_AMD_COMMON_BLOCK_SMU_SX_ENTRY
bool
depends on SOC_AMD_COMMON_BLOCK_SMU
help
Select this option to add the function to send the S3/4/5 entry
message to the SMU.
|