summaryrefslogtreecommitdiffstats
path: root/src/cpu/intel/fit/Kconfig
blob: 9ea867e57918a57060a36820030a855fb8df0476 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config CPU_INTEL_FIRMWARE_INTERFACE_TABLE
	def_bool n
	help
	  This option selects building a Firmware Interface Table (FIT).

config CPU_INTEL_NUM_FIT_ENTRIES
	int
	default 16 if INTEL_TXT || INTEL_CBNT_SUPPORT
	default 4
	depends on CPU_INTEL_FIRMWARE_INTERFACE_TABLE
	help
	  This option selects the number of empty entries in the FIT table.