From 283cb8d0ad3955227f8177c5db07276d4d806205 Mon Sep 17 00:00:00 2001 From: Jude Nifong Date: Fri, 1 Apr 2016 11:44:31 -0400 Subject: [PATCH] cmd: zynq: Fixed CMD_ZYNQ_RSA dependency on a non-existent menu option Fix dependencies. Signed-off-by: Jude Nifong Signed-off-by: Michal Simek --- common/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/common/Kconfig b/common/Kconfig index 8851912ee82..d333a36e162 100644 --- a/common/Kconfig +++ b/common/Kconfig @@ -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 -- 2.47.3