diff options
-rw-r--r-- | src/soc/amd/phoenix/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/soc/amd/phoenix/Kconfig b/src/soc/amd/phoenix/Kconfig index 9d45b76203..75777dc739 100644 --- a/src/soc/amd/phoenix/Kconfig +++ b/src/soc/amd/phoenix/Kconfig @@ -104,7 +104,6 @@ config SOC_AMD_PHOENIX_OPENSIL bool select SOC_AMD_PHOENIX_BASE select SOC_AMD_OPENSIL - select SOC_AMD_OPENSIL_STUB if SOC_AMD_PHOENIX_BASE @@ -468,3 +467,11 @@ config FSP_TEMP_RAM_SIZE The amount of coreboot-allocated heap and stack usage by the FSP. endif # SOC_AMD_PHOENIX_FSP + +if SOC_AMD_PHOENIX_OPENSIL + +config SOC_AMD_OPENSIL_STUB + prompt "Build with openSIL stub" + default y + +endif # SOC_AMD_PHOENIX_OPENSIL |