diff options
Diffstat (limited to 'src/vendorcode/intel/Kconfig')
-rw-r--r-- | src/vendorcode/intel/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/vendorcode/intel/Kconfig b/src/vendorcode/intel/Kconfig index 69fbc00957..1fd81dce66 100644 --- a/src/vendorcode/intel/Kconfig +++ b/src/vendorcode/intel/Kconfig @@ -23,6 +23,10 @@ config UDK_202302_BINDING def_bool n select UDK_BASE +config UDK_202305_BINDING + def_bool n + select UDK_BASE + if UDK_BASE config UDK_2013_VERSION int @@ -44,8 +48,13 @@ config UDK_202302_VERSION int default 202302 +config UDK_202305_VERSION + int + default 202305 + config UDK_VERSION int + default 202305 if UDK_202305_BINDING default 202302 if UDK_202302_BINDING default 202111 if UDK_202111_BINDING default 202005 if UDK_202005_BINDING |