Move the configs AED and CMD_AES to respective
Kconfigs.
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
menu "Misc commands"
+config CMD_AES
+ bool "aes"
+ help
+ Enable comamnd support for encrypting and
+ decrypting of images.
+
config CMD_AMBAPP
bool "ambapp"
depends on LEON3
for the low-level TPM interface, but only one TPM is supported at
a time by the TPM library.
+menu "Encryption Support"
+
+config AES
+ bool "Enable encryption and decryption support"
+ help
+ This config enables support of aes for encryption and
+ decryption of images.
+endmenu
+
menu "Hashing Support"
config SHA1