summaryrefslogtreecommitdiffstats
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorRuchika Gupta <ruchika.gupta@freescale.com>2015-01-23 16:01:56 +0530
committerSimon Glass <sjg@chromium.org>2015-01-29 17:09:59 -0700
commitd9f23c7fe20fced0a84713d5084a6d2896463257 (patch)
treecdc5e920650a981e1c8953d3813df91d594b06f1 /lib/Kconfig
parent34276478f7b7a0fea9c76e365a477962910ef770 (diff)
downloadtalos-obmc-uboot-d9f23c7fe20fced0a84713d5084a6d2896463257.tar.gz
talos-obmc-uboot-d9f23c7fe20fced0a84713d5084a6d2896463257.zip
lib/rsa: Add Kconfig for devices supporting RSA Modular Exponentiation
Kconfig option added for devices which support RSA Verification. 1. RSA_SOFTWARE_EXP Enables driver for supporting RSA Modular Exponentiation in Software 2. RSA_FREESCALE_EXP Enables driver for supporting RSA Modular Exponentiation using Freescale specific driver The above drivers use RSA uclass Signed-off-by: Ruchika Gupta <ruchika.gupta@freescale.com> CC: Simon Glass <sjg@chromium.org> Acked-by: Simon Glass <sjg@chromium.org> Signed-off-by: Simon Glass <sjg@chromium.org> (Removed duplicate line in Kconfig comment) Change-Id: I7663c4d5350e2bfc3dfa2696f70ef777d6ccc6f6
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig7
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index 79b91b7747..a1f30a2c4e 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -27,11 +27,6 @@ config SYS_HZ
get_timer() must operate in milliseconds and this option must be
set to 1000.
-config RSA
- bool "Use RSA Library"
- help
- RSA support. This enables the RSA algorithm used for FIT image
- verification in U-Boot.
- See doc/uImage.FIT/signature.txt for more details.
+source lib/rsa/Kconfig
endmenu
OpenPOWER on IntegriCloud