tpm: Only expose base address Kconfig option when enabled
Change-Id: Ia8ddd689a3bf09ed68f94907ea19d4d2ee874542 Signed-off-by: Patrick Georgi <patrick@georgi-clan.de> Reviewed-on: http://review.coreboot.org/9594 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
This commit is contained in:
parent
df5bf2b796
commit
e230313ff7
|
@ -9,6 +9,7 @@ config LPC_TPM
|
|||
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
|
||||
|
|
Loading…
Reference in New Issue