diff options
author | J. Aaron Gamble <jgamble@nvidia.com> | 2011-08-15 20:13:22 -0700 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2011-08-18 11:39:51 -0700 |
commit | f7b11c0361c85683ae043d3fc884b8266f28e331 (patch) | |
tree | ef1c47453aca70f1e5018c35af06f67e827f4df4 /security | |
parent | b050c463b3bd8ebd2bdfd8532ae46d7fd90c87e6 (diff) |
security: tf_driver: Kconfig select CRYPTO_SHA1
Kconfig change in tf_driver to select CRYPTO_SHA1
Change-Id: Id5e9f6b82fd4f54606b1588e9883dbc1ab842225
Reviewed-on: http://git-master/r/47253
Reviewed-by: Scott Williams <scwilliams@nvidia.com>
Reviewed-by: Daniel Willemsen <dwillemsen@nvidia.com>
Reviewed-by: John Gamble <jgamble@nvidia.com>
Tested-by: John Gamble <jgamble@nvidia.com>
Diffstat (limited to 'security')
-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. |