summaryrefslogtreecommitdiff
path: root/drivers/crypto/fsl/Kconfig
diff options
context:
space:
mode:
authorRuchika Gupta <ruchika.gupta@freescale.com>2015-01-23 10:31:55 (GMT)
committerSimon Glass <sjg@chromium.org>2015-01-30 00:09:58 (GMT)
commit34276478f7b7a0fea9c76e365a477962910ef770 (patch)
tree45021bad9d49780795816921ea05c1e94e5ba454 /drivers/crypto/fsl/Kconfig
parentc937ff6dc2ee3fcd8f97087427fe8ba5086852c4 (diff)
downloadu-boot-fsl-qoriq-34276478f7b7a0fea9c76e365a477962910ef770.tar.xz
DM: crypto/fsl - Add Freescale rsa DM driver
Driver added for RSA Modular Exponentiation using Freescale Hardware Accelerator CAAM. The driver uses UCLASS_MOD_EXP Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com> CC: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/crypto/fsl/Kconfig')
-rw-r--r--drivers/crypto/fsl/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/crypto/fsl/Kconfig b/drivers/crypto/fsl/Kconfig
new file mode 100644
index 0000000..86b2f2f
--- /dev/null
+++ b/drivers/crypto/fsl/Kconfig
@@ -0,0 +1,6 @@
+config FSL_CAAM
+ bool "Freescale Crypto Driver Support"
+ help
+ Enables the Freescale's Cryptographic Accelerator and Assurance
+ Module (CAAM), also known as the SEC version 4 (SEC4). The driver uses
+ Job Ring as interface to communicate with CAAM.