summaryrefslogtreecommitdiff
path: root/src/vendorcode/intel/Kconfig
diff options
context:
space:
mode:
authorRonak Kanabar <ronak.kanabar@intel.com>2023-06-14 09:51:16 +0530
committerSubrata Banik <subratabanik@google.com>2023-06-17 09:20:52 +0000
commitb5f6320c694766d10023fe8f5183c9c143441b2b (patch)
tree86441ba9c201b91620dbbf97b9d590ed26f440c4 /src/vendorcode/intel/Kconfig
parentf6ae1a908034ad4320efba9742fbc505b993c347 (diff)
vc/intel/edk2: Remove edk2-stable202111 support
This patch removes the support for edk2-stable202111 as MTL has migrated to edk2-stable202302, and no other platform is utilizing edk2-stable202111. The support for edk2-stable202111 is no longer necessary. Change-Id: Ide1864e0a42a4c0a81c3c94b1b1254f8fad062af Signed-off-by: Ronak Kanabar <ronak.kanabar@intel.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/75817 Reviewed-by: Subrata Banik <subratabanik@google.com> Reviewed-by: Sridhar Siricilla <sridhar.siricilla@intel.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
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