diff options
Diffstat (limited to 'src/usr/secureboot/HBconfig')
-rw-r--r-- | src/usr/secureboot/HBconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/usr/secureboot/HBconfig b/src/usr/secureboot/HBconfig index ac092ad73..0ef8bc748 100644 --- a/src/usr/secureboot/HBconfig +++ b/src/usr/secureboot/HBconfig @@ -3,3 +3,17 @@ config SECUREBOOT default y help Enable secure boot + +config DRTM #TODO RTC: 170487 Disable for relevant platforms + default y if (SECUREBOOT && TPMDD) + depends on (SECUREBOOT && TPMDD) + help + Enable DRTM support + +config DRTM_TRIGGERING #TODO RTC: 170487 Disable for relevant platforms + default y if DRTM + depends on DRTM + help + Enable triggering DRTM from Hostboot when the + ATTR_FORCE_PRE_PAYLOAD_DRTM attribute is overridden + |