CMD_ZYNQ_AES does not depend on CMD_ZYNQ_RSA. Actually RSA requires
AES to be enabled.
Signed-off-by: Ibai Erkiaga <ibaie@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
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
bool "Zynq RSA"
depends on ARCH_ZYNQ
select RSA
+ select CMD_ZYNQ_AES
help
Verifies the authenticated and encrypted zynq images.
# CONFIG_CMD_SETEXPR is not set
CONFIG_CMD_TFTPPUT=y
CONFIG_CMD_CACHE=y
-CONFIG_CMD_ZYNQ_AES=y
CONFIG_CMD_ZYNQ_RSA=y
CONFIG_CMD_EXT4_WRITE=y
CONFIG_OF_EMBED=y