]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
cmd: zynq: Fixed CMD_ZYNQ_RSA dependency on a non-existent menu option
authorJude Nifong <jnifong@gatech.edu>
Fri, 1 Apr 2016 15:44:31 +0000 (11:44 -0400)
committerMichal Simek <michal.simek@xilinx.com>
Wed, 18 May 2016 11:43:38 +0000 (13:43 +0200)
Fix dependencies.

Signed-off-by: Jude Nifong <jnifong@gatech.edu>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
common/Kconfig

index 8851912ee821e34b6e11d4a057bc64960f51e7ee..d333a36e162434475260bfeb418ee51cec03ad7e 100644 (file)
@@ -502,6 +502,13 @@ config CMD_SETGETDCR
          getidcr - Get a register value via indirect DCR addressing
          setidcr - Set a register value via indirect DCR addressing
 
+config CMD_ZYNQ_AES
+       bool "Zynq AES"
+       depends on CMD_ZYNQ_RSA
+       help
+         Decrypts the encrypted image present in source address
+         and places the decrypted image at destination address
+
 config CMD_ZYNQ_RSA
        bool "Zynq RSA"
        help