aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 9 deletions
diff --git a/src/vendorcode/intel/Kconfig b/src/vendorcode/intel/Kconfig
index 4eb359b507..8af7eb84b2 100644
--- a/src/vendorcode/intel/Kconfig
+++ b/src/vendorcode/intel/Kconfig
@@ -15,10 +15,6 @@ config UDK_202005_BINDING
def_bool n
select UDK_BASE
-config UDK_202111_BINDING
- def_bool n
- select UDK_BASE
-
config UDK_202302_BINDING
def_bool n
select UDK_BASE
@@ -36,10 +32,6 @@ config UDK_202005_VERSION
int
default 202005
-config UDK_202111_VERSION
- int
- default 202111
-
config UDK_202302_VERSION
int
default 202302
@@ -47,7 +39,6 @@ config UDK_202302_VERSION
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
default UDK_2013_VERSION