diff options
Diffstat (limited to 'security/tf_driver/Kconfig')
-rw-r--r-- | security/tf_driver/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/tf_driver/Kconfig b/security/tf_driver/Kconfig new file mode 100644 index 000000000000..493b92c08f47 --- /dev/null +++ b/security/tf_driver/Kconfig @@ -0,0 +1,7 @@ +config TRUSTED_FOUNDATIONS + bool "Enable TF Driver" + default n + help + This option adds kernel support for communication with the Trusted Foundations. + If you are unsure how to answer this question, answer N. + |