aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/opensil/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/opensil/Kconfig')
-rw-r--r--src/vendorcode/amd/opensil/Kconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/vendorcode/amd/opensil/Kconfig b/src/vendorcode/amd/opensil/Kconfig
new file mode 100644
index 0000000000..29c22b6da8
--- /dev/null
+++ b/src/vendorcode/amd/opensil/Kconfig
@@ -0,0 +1,17 @@
+## SPDX-License-Identifier: GPL-2.0-only
+
+if SOC_AMD_OPENSIL
+
+config SOC_AMD_OPENSIL_GENOA
+ bool
+ help
+ Select this on SoCs that use the Genoa version of opensil.
+
+config AMD_OPENSIL_PATH
+ string
+ default "$(top)/src/vendorcode/amd/opensil/genoa_poc/opensil" if SOC_AMD_OPENSIL_GENOA
+ help
+ Set to the path of the openSIL directory containing meson.build.
+ example
+
+endif