blob: af987887cccef364d7cd43c3173f71573ae54577 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
config SECUREBOOT
default y
help
Enable and enforce secure boot
config DRTM #TODO RTC: 170487 Disable for relevant platforms
default n
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
config TPM_NVIDX_VALIDATE
default y if TPMDD
depends on TPMDD
help
Validate TPM MFG NV Index Provisioning during IPL
|