summaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/opensil
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/opensil')
-rw-r--r--src/vendorcode/amd/opensil/Kconfig7
-rw-r--r--src/vendorcode/amd/opensil/Makefile.inc2
2 files changed, 5 insertions, 4 deletions
diff --git a/src/vendorcode/amd/opensil/Kconfig b/src/vendorcode/amd/opensil/Kconfig
index 0d8420bb2a..bc80b8c825 100644
--- a/src/vendorcode/amd/opensil/Kconfig
+++ b/src/vendorcode/amd/opensil/Kconfig
@@ -2,14 +2,15 @@
if SOC_AMD_OPENSIL
-config SOC_AMD_OPENSIL_GENOA
+config SOC_AMD_OPENSIL_GENOA_POC
bool
help
- Select this on SoCs that use the Genoa version of openSIL.
+ Select this on SoCs that use the Genoa proof of concept version of
+ openSIL.
config AMD_OPENSIL_PATH
string
- default "$(top)/src/vendorcode/amd/opensil/genoa_poc/opensil" if SOC_AMD_OPENSIL_GENOA
+ default "$(top)/src/vendorcode/amd/opensil/genoa_poc/opensil" if SOC_AMD_OPENSIL_GENOA_POC
help
Set to the path of the openSIL directory containing meson.build.
example
diff --git a/src/vendorcode/amd/opensil/Makefile.inc b/src/vendorcode/amd/opensil/Makefile.inc
index ca206aa9bf..a97bf63e7c 100644
--- a/src/vendorcode/amd/opensil/Makefile.inc
+++ b/src/vendorcode/amd/opensil/Makefile.inc
@@ -8,7 +8,7 @@ endif
opensil_dir := $(call strip_quotes,$(CONFIG_AMD_OPENSIL_PATH))
-subdirs-$(CONFIG_SOC_AMD_OPENSIL_GENOA) += genoa_poc
+subdirs-$(CONFIG_SOC_AMD_OPENSIL_GENOA_POC) += genoa_poc
ifeq ($(CONFIG_ARCH_RAMSTAGE_X86_32),y)
cpu_family_string="x86"