soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / cpu / intel / fit / Kconfig
blob9ea867e57918a57060a36820030a855fb8df0476
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 || INTEL_CBNT_SUPPORT
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.