diff options
-rw-r--r-- | security/tf_driver/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/tf_driver/Kconfig b/security/tf_driver/Kconfig index 493b92c08f47..70d3ba0eb60c 100644 --- a/security/tf_driver/Kconfig +++ b/security/tf_driver/Kconfig @@ -1,6 +1,7 @@ config TRUSTED_FOUNDATIONS bool "Enable TF Driver" default n + select CRYPTO_SHA1 help This option adds kernel support for communication with the Trusted Foundations. If you are unsure how to answer this question, answer N. |