summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/HBconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/secureboot/HBconfig')
-rw-r--r--src/usr/secureboot/HBconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/usr/secureboot/HBconfig b/src/usr/secureboot/HBconfig
index af987887c..4f1a179b4 100644
--- a/src/usr/secureboot/HBconfig
+++ b/src/usr/secureboot/HBconfig
@@ -22,3 +22,17 @@ config TPM_NVIDX_VALIDATE
depends on TPMDD
help
Validate TPM MFG NV Index Provisioning during IPL
+
+config PHYS_PRES_PWR_BUTTON
+ default n
+ depends on !PHYS_PRES_JUMPER
+ help
+ Support asserting Physical Presence via pushing the Power Button
+ on the system
+
+config PHYS_PRES_JUMPER
+ default n
+ depends on !PHYS_PRES_PRW_BUTTON
+ help
+ Support asserting Physical Presence via a jumper on the TPM Card
+ Currently not supported.
OpenPOWER on IntegriCloud