summaryrefslogtreecommitdiff
path: root/src/vendorcode/intel/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/intel/Kconfig')
-rw-r--r--src/vendorcode/intel/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/vendorcode/intel/Kconfig b/src/vendorcode/intel/Kconfig
index b821286737..4eb359b507 100644
--- a/src/vendorcode/intel/Kconfig
+++ b/src/vendorcode/intel/Kconfig
@@ -19,6 +19,10 @@ config UDK_202111_BINDING
def_bool n
select UDK_BASE
+config UDK_202302_BINDING
+ def_bool n
+ select UDK_BASE
+
if UDK_BASE
config UDK_2013_VERSION
int
@@ -36,8 +40,13 @@ config UDK_202111_VERSION
int
default 202111
+config UDK_202302_VERSION
+ int
+ default 202302
+
config UDK_VERSION
int
+ default UDK_202302_VERSION if UDK_202302_BINDING
default UDK_202111_VERSION if UDK_202111_BINDING
default UDK_202005_VERSION if UDK_202005_BINDING
default UDK_2017_VERSION if UDK_2017_BINDING