summaryrefslogtreecommitdiffstats
path: root/src/usr/secureboot/HBconfig
blob: 0ef8bc7486a69b7cf8b8bec7798a67af2e772b10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

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

OpenPOWER on IntegriCloud