aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/intel
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2019-07-24 10:14:20 +0200
committerNico Huber <nico.h@gmx.de>2019-11-12 12:20:16 +0000
commit8a0dccc02beaa8de4d7359707170e8a914bc69c7 (patch)
tree43185619737f52f43b0270531440b4f5afe86d68 /src/vendorcode/intel
parent6de0c141fd2dff4114e674b6ab93d88628993f5e (diff)
vendorcode/intel/Kconfig: Hide UDK_VERSION when unneeded
This cleans .config from unused UDK_VERSION's symbol. Change-Id: I2a17db711f615d388dbd964f67ff2cc7875c54fb Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/34536 Reviewed-by: Nico Huber <nico.h@gmx.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/vendorcode/intel')
-rw-r--r--src/vendorcode/intel/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vendorcode/intel/Kconfig b/src/vendorcode/intel/Kconfig
index 7b5099514c..f341cfd7c5 100644
--- a/src/vendorcode/intel/Kconfig
+++ b/src/vendorcode/intel/Kconfig
@@ -28,6 +28,7 @@ config UDK_2015_BINDING
config UDK_2017_BINDING
def_bool n
+if (UEFI_2_4_BINDING || UDK_2015_BINDING || UDK_2017_BINDING)
config UDK_2013_VERSION
int
default 2013
@@ -47,3 +48,4 @@ config UDK_VERSION
default UDK_2013_VERSION
help
UEFI Development Kit version for Platform
+endif # {UEFI,UDK}_BINDING