diff options
Diffstat (limited to 'src/vendorcode/intel/Kconfig')
-rw-r--r-- | src/vendorcode/intel/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/vendorcode/intel/Kconfig b/src/vendorcode/intel/Kconfig index 06992ee1d6..63daf4e7ff 100644 --- a/src/vendorcode/intel/Kconfig +++ b/src/vendorcode/intel/Kconfig @@ -2,6 +2,7 @@ ## This file is part of the coreboot project. ## ## Copyright (C) 2013 Sage Electronic Engineering, LLC. +## Copyright (C) 2018 Intel Corp. ## ## This program is free software; you can redistribute it and/or modify ## it under the terms of the GNU General Public License as published by @@ -26,3 +27,6 @@ config UEFI_2_4_BINDING config UDK_2015_BINDING def_bool n + +config UDK_2017_BINDING + def_bool n |