soc/intel/alderlake: Add ADL-P 4+4 with 28W TDP
[coreboot.git] / src / drivers / tpm / Kconfig
blobc3538cf3959235536c957f5fd49e436b00d8013f
1 config TPM_INIT_RAMSTAGE
2         bool
3         default y if TPM
4         depends on !VBOOT && !VENDORCODE_ELTAN_VBOOT && !VENDORCODE_ELTAN_MBOOT \
5                 && !TPM_MEASURED_BOOT_INIT_BOOTBLOCK
6         help
7           This driver automatically initializes the TPM if vboot is not used.
8           The TPM driver init is done during the ramstage chip init phase.
10 config TPM_PPI
11         bool "Generate ACPI code to implement TPM physical presence interface"
12         depends on TPM
13         depends on HAVE_ACPI_TABLES
14         depends on !CHROMEOS
15         default y if PAYLOAD_EDK2
16         help
17           This driver automatically generates ACPI tables for the Physical
18           Presence Interface defined by the TCG. If not activated only a stub
19           will be generated without any functionality.