diff options
| author | Chris Engel <cjengel@us.ibm.com> | 2015-11-16 10:55:16 -0600 |
|---|---|---|
| committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2015-11-19 10:50:10 -0600 |
| commit | f1e68e784db481d111bd890409f7ca236923d5f6 (patch) | |
| tree | 68b68c42b56e66c36eedbd2ba965a42e9ec28a03 /src/usr/i2c/HBconfig | |
| parent | b0751669bfae810059edfb430283365cdc75514f (diff) | |
| download | talos-hostboot-f1e68e784db481d111bd890409f7ca236923d5f6.tar.gz talos-hostboot-f1e68e784db481d111bd890409f7ca236923d5f6.zip | |
Trustedboot: Remove TPM 1.2 support
Change-Id: I2a8635f901e1473ffb81e92861a4b25a5d479095
RTC:125288
Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/22088
Tested-by: Jenkins Server
Reviewed-by: Timothy R. Block <block@us.ibm.com>
Tested-by: Jenkins OP Build CI
Tested-by: Jenkins OP HW
Tested-by: FSP CI Jenkins
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/i2c/HBconfig')
| -rw-r--r-- | src/usr/i2c/HBconfig | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/usr/i2c/HBconfig b/src/usr/i2c/HBconfig index f9377e524..f2ac26e90 100644 --- a/src/usr/i2c/HBconfig +++ b/src/usr/i2c/HBconfig @@ -1,21 +1,9 @@ config TPMDD default n - depends on TPM_NUVOTON && (TPMDD_1_2 || TPMDD_2_0) + depends on TPM_NUVOTON help Enable TPM support -config TPMDD_1_2 - default n - depends on !TPMDD_2_0 - help - Enable TPM 1.2 Support - -config TPMDD_2_0 - default n - depends on !TPMDD_1_2 - help - Enable TPM 2.0 Support - config TPM_NUVOTON default n help |

