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