summaryrefslogtreecommitdiff
path: root/security/tf_driver/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'security/tf_driver/Kconfig')
-rw-r--r--security/tf_driver/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/tf_driver/Kconfig b/security/tf_driver/Kconfig
new file mode 100644
index 000000000000..2a980c5ade43
--- /dev/null
+++ b/security/tf_driver/Kconfig
@@ -0,0 +1,8 @@
+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.
+