diff options
author | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-20 12:05:39 +0200 |
---|---|---|
committer | Vladimir Serbinenko <phcoder@gmail.com> | 2015-05-23 19:24:30 +0200 |
commit | 2305e68df941c34c80875c6a68979177ec0cae27 (patch) | |
tree | a6b6bfdb06b2eda307e67b34914400599df3deb5 /src/drivers/pc80/tpm/Kconfig | |
parent | 85600e3dc7b20434230344c767893bbbb09ebc31 (diff) | |
download | coreboot-2305e68df941c34c80875c6a68979177ec0cae27.tar.xz |
Hide TPM_TIS_BASE_ADDRESS
TPM_TIS_BASE_ADDRESS is technical setting, shouldn't be user-visible.
Change-Id: Ibf74f52be16fb7d2cfa78419087a4c3e7607368a
Signed-off-by: Vladimir Serbinenko <phcoder@gmail.com>
Reviewed-on: http://review.coreboot.org/10271
Tested-by: build bot (Jenkins)
Reviewed-by: Philipp Deppenwiese <zaolin@das-labor.org>
Diffstat (limited to 'src/drivers/pc80/tpm/Kconfig')
-rw-r--r-- | src/drivers/pc80/tpm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/pc80/tpm/Kconfig b/src/drivers/pc80/tpm/Kconfig index 279da399b4..942b6e544a 100644 --- a/src/drivers/pc80/tpm/Kconfig +++ b/src/drivers/pc80/tpm/Kconfig @@ -7,7 +7,7 @@ config LPC_TPM If unsure, say N. config TPM_TIS_BASE_ADDRESS - hex "TPM Base Address" + hex default 0xfed40000 depends on LPC_TPM help |