aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/intel
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/intel')
-rw-r--r--src/vendorcode/intel/Kconfig20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/vendorcode/intel/Kconfig b/src/vendorcode/intel/Kconfig
index 63daf4e7ff..6c3cdad8b2 100644
--- a/src/vendorcode/intel/Kconfig
+++ b/src/vendorcode/intel/Kconfig
@@ -30,3 +30,23 @@ config UDK_2015_BINDING
config UDK_2017_BINDING
def_bool n
+
+config UDK_2013_VERSION
+ int
+ default 2013
+
+config UDK_2015_VERSION
+ int
+ default 2015
+
+config UDK_2017_VERSION
+ int
+ default 2017
+
+config UDK_VERSION
+ int
+ default UDK_2017_VERSION if UDK_2017_BINDING
+ default UDK_2015_VERSION if UDK_2015_BINDING
+ default UDK_2013_VERSION
+ help
+ UEFI Development Kit version for Platform