diff options
Diffstat (limited to 'security/tlk_driver/Kconfig')
-rw-r--r-- | security/tlk_driver/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/security/tlk_driver/Kconfig b/security/tlk_driver/Kconfig new file mode 100644 index 000000000000..240a3180d7a0 --- /dev/null +++ b/security/tlk_driver/Kconfig @@ -0,0 +1,7 @@ +config TRUSTED_LITTLE_KERNEL + bool "Enable Open Trusted Execution driver" + select TEGRA_USE_SECURE_KERNEL + help + This option adds kernel support for communication with the + Trusted LK secure OS monitor/runtime support. + If you are unsure how to answer this question, answer N. |