diff options
Diffstat (limited to 'src/soc/amd/common/block/smu/Kconfig')
-rw-r--r-- | src/soc/amd/common/block/smu/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/smu/Kconfig b/src/soc/amd/common/block/smu/Kconfig index 40195c9db3ee..4a76edb6f800 100644 --- a/src/soc/amd/common/block/smu/Kconfig +++ b/src/soc/amd/common/block/smu/Kconfig @@ -3,3 +3,10 @@ config SOC_AMD_COMMON_BLOCK_SMU 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. |