diff options
Diffstat (limited to 'src/soc/amd/common/block/cpu/Kconfig')
-rw-r--r-- | src/soc/amd/common/block/cpu/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/amd/common/block/cpu/Kconfig b/src/soc/amd/common/block/cpu/Kconfig index 03a3b7295b..6c5329aa9b 100644 --- a/src/soc/amd/common/block/cpu/Kconfig +++ b/src/soc/amd/common/block/cpu/Kconfig @@ -106,6 +106,12 @@ config SOC_AMD_COMMON_BLOCK_TSC frequency of AMD family 17h, 19h and 1Ah CPUs/APUs and to provide TSC-based monotonic timer functionality to the build. +config SOC_AMD_COMMON_BLOCK_CPU_SYNC_PSP_ADDR_MSR + bool + help + Select this option to have coreboot sync the PSP_ADDR_MSR from + the BSP to all APs. + config SOC_AMD_COMMON_BLOCK_UCODE bool help |