Update vboot submodule to upstream master
[coreboot.git] / src / cpu / intel / fit / Kconfig
blobfa108029267b450614f8c0566e6930a959700235
1 config CPU_INTEL_FIRMWARE_INTERFACE_TABLE
2         def_bool n
3         help
4           This option selects building a Firmware Interface Table (FIT).
6 config CPU_INTEL_NUM_FIT_ENTRIES
7         int
8         default 16 if INTEL_TXT
9         default 4
10         depends on CPU_INTEL_FIRMWARE_INTERFACE_TABLE
11         help
12           This option selects the number of empty entries in the FIT table.