summaryrefslogtreecommitdiffstats
path: root/src/usr/i2c
diff options
context:
space:
mode:
authorMike Baiocchi <mbaiocch@us.ibm.com>2016-10-11 15:35:05 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2016-10-17 11:11:01 -0400
commit17a4c82c2323816bc7865a6963a795e39ce64ad9 (patch)
treeca2eca0caceae1bd840614bb0382fdb72e048db9 /src/usr/i2c
parentb38654e5532c20d84d3d002a44ddcfe216452a44 (diff)
downloadtalos-hostboot-17a4c82c2323816bc7865a6963a795e39ce64ad9.tar.gz
talos-hostboot-17a4c82c2323816bc7865a6963a795e39ce64ad9.zip
Enable TPM in compile configurations; disable TPM_REQUIRED for HW
Enable the CONFIG_TPMDD and the CONFIG_TPM_NUVOTON compile flags. Changed TPM_REQUIRED attribute to default to 'no' for HW while keeping it "yes" for simics configurations. Change-Id: I1e18d528174cbea3f843a0a6acd777501b8dba16 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/31019 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Engel <cjengel@us.ibm.com> Reviewed-by: Stephen M. Cprek <smcprek@us.ibm.com> Reviewed-by: Timothy R. Block <block@us.ibm.com> Reviewed-by: Nicholas E. Bofferding <bofferdn@us.ibm.com> Reviewed-by: Marshall J. Wilks <mjwilks@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/usr/i2c')
-rw-r--r--src/usr/i2c/HBconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/i2c/HBconfig b/src/usr/i2c/HBconfig
index f2ac26e90..dc68e5cfb 100644
--- a/src/usr/i2c/HBconfig
+++ b/src/usr/i2c/HBconfig
@@ -1,10 +1,10 @@
config TPMDD
- default n
+ default y
depends on TPM_NUVOTON
help
Enable TPM support
config TPM_NUVOTON
- default n
+ default y
help
Enable Nuvoton TPM I2C driver
OpenPOWER on IntegriCloud