]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
Kconfig: Move configs AES and CMD_AES to Kconfig
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>
Fri, 17 Feb 2017 10:45:59 +0000 (16:15 +0530)
committerMichal Simek <michal.simek@xilinx.com>
Mon, 20 Feb 2017 14:53:09 +0000 (15:53 +0100)
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>
cmd/Kconfig
lib/Kconfig

index 3dfb2ea904486a99055f7f3b6a6dbb9797388dd3..baffcf2ff99c590fe75be3fde9ffcc1e4f0a3cc6 100644 (file)
@@ -576,6 +576,12 @@ endmenu
 
 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
index b16062fbe33364204efc8a06ca9b68597281ef70..a3ae262e6dbc7ee094be5dcdea97286ae239b659 100644 (file)
@@ -67,6 +67,15 @@ config TPM
          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