From eb0d98e807d09b84bb78265d9ef8dfa940e577fb Mon Sep 17 00:00:00 2001 From: Siva Durga Prasad Paladugu Date: Fri, 17 Feb 2017 16:15:59 +0530 Subject: [PATCH] Kconfig: Move configs AES and CMD_AES to Kconfig Move the configs AED and CMD_AES to respective Kconfigs. Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- cmd/Kconfig | 6 ++++++ lib/Kconfig | 9 +++++++++ 2 files changed, 15 insertions(+) diff --git a/cmd/Kconfig b/cmd/Kconfig index 3dfb2ea9044..baffcf2ff99 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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 diff --git a/lib/Kconfig b/lib/Kconfig index b16062fbe33..a3ae262e6db 100644 --- a/lib/Kconfig +++ b/lib/Kconfig @@ -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 -- 2.47.3