xref: /aosp_15_r20/external/coreboot/src/cpu/intel/fit/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config CPU_INTEL_FIRMWARE_INTERFACE_TABLE
4	def_bool n
5	help
6	  This option selects building a Firmware Interface Table (FIT).
7
8config CPU_INTEL_NUM_FIT_ENTRIES
9	int
10	default 16 if INTEL_TXT || INTEL_CBNT_SUPPORT
11	default 4
12	depends on CPU_INTEL_FIRMWARE_INTERFACE_TABLE
13	help
14	  This option selects the number of empty entries in the FIT table.
15