diff options
author | James Zhao <jamesz@nvidia.com> | 2013-03-21 12:29:51 -0700 |
---|---|---|
committer | Dan Willemsen <dwillemsen@nvidia.com> | 2013-09-14 13:06:47 -0700 |
commit | 74fe8e1272cba57dc32c27c559076ca9f690eeb8 (patch) | |
tree | 1ed30e5267ec8069d861cb5d7bea5912df62e346 /security | |
parent | 3c2d7f99decb6d54200565f69bd682f7cd8448e3 (diff) |
ARM: Tegra: Add CONFIG_TEGRA_USE_SECURE_KERNEL
This new config would only be enabled when we enable a secure os
implementation. This config would be generic and we can reuse it
if/when we change the secure os vendor.
Change-Id: I94a0a365d4dc834fafa1137a0c0d9adf1b394c51
Signed-off-by: James Zhao <jamesz@nvidia.com>
Signed-off-by: Varun Wadekar <vwadekar@nvidia.com>
Reviewed-on: http://git-master/r/211756
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Chris Johnson <cwj@nvidia.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/tf_driver/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/tf_driver/Kconfig b/security/tf_driver/Kconfig index 82203c3eeadf..e212e53913eb 100644 --- a/security/tf_driver/Kconfig +++ b/security/tf_driver/Kconfig @@ -2,7 +2,8 @@ config TRUSTED_FOUNDATIONS bool "Enable TF Driver" default n select CRYPTO_SHA1 + select TEGRA_USE_SECURE_KERNEL help This option adds kernel support for communication with the Trusted Foundations. Default options is n - If you are unsure how to answer this question, answer N.
\ No newline at end of file + If you are unsure how to answer this question, answer N. |