aboutsummaryrefslogtreecommitdiff
path: root/src/drivers/pc80/tpm/Kconfig
blob: 279da399b4193df5a6feaffc434774adc389c663 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
config LPC_TPM
	bool
	default n
	help
	  Enable this option to enable LPC TPM support in coreboot.

	  If unsure, say N.

config TPM_TIS_BASE_ADDRESS
	hex "TPM Base Address"
	default 0xfed40000
	depends on LPC_TPM
	help
	  This can be used to adjust the TPM memory base address.
	  The default is specified by the TCG PC Client Specific TPM
	  Interface Specification 1.2 and should not be changed unless
	  the TPM being used does not conform to TPM TIS 1.2.