blob: 91ee5469397624a0f6da1a2fb9ab2224e780f953 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
## SPDX-License-Identifier: GPL-2.0-only
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.
|