vendorcode/intel: Add Kconfig option to get UDK_VERSION
[coreboot.git] / src / vendorcode / intel / Kconfig
blob6c3cdad8b2dc378a28f7af28467a06ed96a54262
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2013 Sage Electronic Engineering, LLC.
5 ## Copyright (C) 2018 Intel Corp.
6 ##
7 ## This program is free software; you can redistribute it and/or modify
8 ## it under the terms of the GNU General Public License as published by
9 ## the Free Software Foundation; version 2 of the License.
11 ## This program is distributed in the hope that it will be useful,
12 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
13 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 ## GNU General Public License for more details.
17 config FSP_VENDORCODE_HEADER_PATH
18         string
19         default "fsp1_0/ivybridge_bd82x6x" if CPU_INTEL_FSP_MODEL_306AX && SOUTHBRIDGE_INTEL_FSP_BD82X6X
20         default "fsp1_0/ivybridge_i89xx/" if CPU_INTEL_FSP_MODEL_306AX && SOUTHBRIDGE_INTEL_FSP_I89XX
21         default "fsp1_0/baytrail" if SOC_INTEL_FSP_BAYTRAIL
22         default "fsp1_0/broadwell_de" if SOC_INTEL_FSP_BROADWELL_DE
23         default "fsp1_0/rangeley" if CPU_INTEL_FSP_MODEL_406DX
25 config UEFI_2_4_BINDING
26         def_bool n
28 config UDK_2015_BINDING
29         def_bool n
31 config UDK_2017_BINDING
32         def_bool n
34 config UDK_2013_VERSION
35         int
36         default 2013
38 config UDK_2015_VERSION
39         int
40         default 2015
42 config UDK_2017_VERSION
43         int
44         default 2017
46 config UDK_VERSION
47         int
48         default UDK_2017_VERSION if UDK_2017_BINDING
49         default UDK_2015_VERSION if UDK_2015_BINDING
50         default UDK_2013_VERSION
51         help
52           UEFI Development Kit version for Platform