summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/HBconfig
blob: 4f1a179b41fcc41ca70eafa5b7b08d9833bedd92 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38

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

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