blob: 9630de2ac1f72b0c988b98989f750fa733066623 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
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
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.
|