summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/HBconfig
blob: 867bee67c6fdae9f6d226e78d37662005e3fe7db (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

config SECUREBOOT
    default y
    help
        Enable and enforce secure boot

# @TODO RTC:155374 Remove this in the future
config SECUREBOOT_BEST_EFFORT
    default y if SECUREBOOT
    depends on SECUREBOOT
    help
        Enable Best effort Secureboot. Should only be used for
        phasing in new secureboot functionality.

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

OpenPOWER on IntegriCloud