diff options
Diffstat (limited to 'libs/gnutls/Config.in')
-rw-r--r-- | libs/gnutls/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libs/gnutls/Config.in b/libs/gnutls/Config.in index fc3b31758..562d67892 100644 --- a/libs/gnutls/Config.in +++ b/libs/gnutls/Config.in @@ -39,6 +39,11 @@ config GNUTLS_ANON bool "enable anonymous authentication support" default y +config GNUTLS_TPM + bool "enable tpm support" + select GNUTLS_PKCS11 + default n + config GNUTLS_PKCS11 bool "enable smart card (PKCS11) support" select GNUTLS_EXT_LIBTASN1 |