summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2020-11-28 15:27:34 +0100
committerLennart Poettering <lennart@poettering.net>2020-12-17 20:01:31 +0100
commit5e521624f292e2d469abe5e256db374dc17136ba (patch)
tree1818034ec7bc5245db7563c303157b49aa8ad9b2 /meson_options.txt
parent2d64d2b95538e00278d5a38c38171019dafab486 (diff)
downloadsystemd-5e521624f292e2d469abe5e256db374dc17136ba.tar.gz
cryptenroll: add support for TPM2 enrolling
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index eed3596b9b..6e104d21c3 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -327,6 +327,8 @@ option('p11kit', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'p11kit support')
option('libfido2', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'FIDO2 support')
+option('tpm2', type : 'combo', choices : ['auto', 'true', 'false'],
+ description : 'TPM2 support')
option('elfutils', type : 'combo', choices : ['auto', 'true', 'false'],
description : 'elfutils support')
option('zlib', type : 'combo', choices : ['auto', 'true', 'false'],