]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib/Kconfig
FIT: Modify option FIT_SIGNATURE in Kconfig
[karo-tx-uboot.git] / lib / Kconfig
index 8460439d8e772d4126b78ad616059dd38a7dabff..79b91b7747591a8192ba2e3a3b744858b3f975a4 100644 (file)
@@ -27,4 +27,11 @@ 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.
+
 endmenu