summaryrefslogtreecommitdiff
path: root/src/drivers/tpm/Kconfig
blob: 8508210fc63e4056fc100f1b7433cda32632a902 (plain)
1
2
3
4
5
6
7
config TPM_INIT
	bool
	default y if TPM1 || TPM2
	depends on !VBOOT
	help
	  This driver automatically initializes the TPM if vboot is not used.
	  The TPM driver init is done during the ramstage chip init phase.