summaryrefslogtreecommitdiff
path: root/src/security/tpm/tss/vendor/cr50/Kconfig
blob: 94b3b83b621ef75d24afb6a48f056b7c4517a9b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# This file is part of the coreboot project.
# SPDX-License-Identifier: GPL-2.0-only

config TPM_CR50
	bool
	default y if MAINBOARD_HAS_I2C_TPM_CR50 || MAINBOARD_HAS_SPI_TPM_CR50

if TPM_CR50

config POWER_OFF_ON_CR50_UPDATE
	bool
	default y if ARCH_X86
	help
	  Power off machine while waiting for CR50 update to take effect.

endif