diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-24 19:28:04 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-24 19:28:04 -0400 |
commit | 80c6fce81cd1256cbc65bf567aaaa42b6cd60691 (patch) | |
tree | fe4138420c9d239f88c0efd22fa016ca77b7818d /meson_options.txt | |
parent | 41afb5eb7214727301132aedc381831fbfc78e37 (diff) |
meson: add forgotten tpm support
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index d9f2f4be33..350be3cc88 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -45,6 +45,8 @@ option('resolve', type : 'boolean', description : 'systemd-resolved stack') option('efi', type : 'boolean', description : 'enable systemd-boot and bootctl') +option('tpm', type : 'boolean', value : false, + description : 'TPM should be used to log events and extend the registers') option('environment-d', type : 'boolean', description : 'support for environment.d') option('binfmt', type : 'boolean', @@ -230,6 +232,8 @@ option('efi-ldsdir', type : 'string', description : 'path to the EFI lds directory') option('efi-includedir', type : 'string', value : '/usr/include/efi', description : 'path to the EFI header directory') +option('tpm-pcrindex', type : 'string', value : '8', + description : 'TPM PCR register number to use') option('bashcompletiondir', type : 'string', description : 'directory for bash completion scripts ["no" disables]') |