diff options
Diffstat (limited to 'src/mainboard/google/myst/Kconfig')
-rw-r--r-- | src/mainboard/google/myst/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/google/myst/Kconfig b/src/mainboard/google/myst/Kconfig index 281c59c6eb..4bbfc20cc4 100644 --- a/src/mainboard/google/myst/Kconfig +++ b/src/mainboard/google/myst/Kconfig @@ -82,4 +82,10 @@ config VBOOT_GSCVD bool default n +# Override PSP_SOFTFUSE_BITS from soc/amd/phoenix. +# The documentation of PSP_SOFTFUSE_BITS is available in #55758 doc (NDA). +config PSP_SOFTFUSE_BITS + string + default "36 34 28 6" + endif # BOARD_GOOGLE_BASEBOARD_MYST |