From 94844727a86e6445c878ebfa0ade907610248ced Mon Sep 17 00:00:00 2001 From: Steffen Trumtrar Date: Fri, 12 Feb 2016 14:12:38 +0100 Subject: crypto: add i.MX6 CAAM support Add the i.MX6 crypto core CAAM with support for the random number generator. The core itself works with jobrings in which descriptors can be queued/dequeued for processing. Depending on descriptor type the CAAM unit then either produces random numbers or decrypts/encrypts data. The code is based on the Linux v4.1 driver of the same name without all the crypto/hashing components. Signed-off-by: Steffen Trumtrar Signed-off-by: Sascha Hauer --- drivers/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/Kconfig') diff --git a/drivers/Kconfig b/drivers/Kconfig index 5984ccca2c..3236696564 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -31,5 +31,6 @@ source "drivers/pci/Kconfig" source "drivers/rtc/Kconfig" source "drivers/firmware/Kconfig" source "drivers/phy/Kconfig" +source "drivers/crypto/Kconfig" endmenu -- cgit v1.2.3