diff options
author | Gilad Ben-Yossef <gilad@benyossef.com> | 2017-04-23 12:26:09 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-04-28 13:17:30 +0300 |
commit | abefd6741d540fc624e73a2a3bdef2397bcbd064 (patch) | |
tree | 520714881dd060c66a2bda607ff0dc8bc1a153e9 /drivers/staging/Kconfig | |
parent | f55a6d457b215e5a382d6001a166ae2089fc81b6 (diff) | |
download | linux-abefd6741d540fc624e73a2a3bdef2397bcbd064.tar.xz |
staging: ccree: introduce CryptoCell HW driver
Introduce basic low level Arm TrustZone CryptoCell HW support.
This first patch doesn't actually register any Crypto API
transformations, these will follow up in the next patch.
This first revision supports the CC 712 REE component.
Signed-off-by: Gilad Ben-Yossef <gilad@benyossef.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/Kconfig')
-rw-r--r-- | drivers/staging/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/staging/Kconfig b/drivers/staging/Kconfig index 65440f675033..43838cc224e9 100644 --- a/drivers/staging/Kconfig +++ b/drivers/staging/Kconfig @@ -104,4 +104,6 @@ source "drivers/staging/greybus/Kconfig" source "drivers/staging/vc04_services/Kconfig" +source "drivers/staging/ccree/Kconfig" + endif # STAGING |