configure, meson: move TPM check to meson
The check is simply for a POSIX system.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
diff --git a/meson_options.txt b/meson_options.txt
index b903c11..8488528 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -68,6 +68,8 @@
description: 'Out of process device emulation support')
option('dbus_display', type: 'feature', value: 'auto',
description: '-display dbus support')
+option('tpm', type : 'feature', value : 'auto',
+ description: 'TPM support')
# Do not enable it by default even for Mingw32, because it doesn't
# work on Wine.