From 0cfac571e28793ab0fe8c1c2b868114f1cd90b5f Mon Sep 17 00:00:00 2001 From: Maik Otto Date: Wed, 21 Aug 2019 16:21:46 +0200 Subject: Kconfig: add selection for creation of signed/encrypted HABV4 images Insert in the Kconfig the selection for the build type signed, usb signed, encrypted/signed and unsigned images for NXP i.MX HABV4 Signed-off-by: Maik Otto Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/Kconfig | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index 6e98e95dbb..f5c8a4242b 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -859,6 +859,28 @@ config HABV4_IMG_CRT_PEM endif +if HABV4 + +config HABV4_IMAGE_SIGNED + bool "build signed images" + help + enable the creation of a signed image, if the habv4-imx6-gencsf.h + included in the flash-header and the NXP cst Tool is available + +config HABV4_IMAGE_SIGNED_USB + bool "build signed USB images" + help + enable the creation of a usb signed image, if the habv4-imx6-gencsf.h + included in the flash-header and the NXP cst Tool is available + +config HABV4_IMAGE_SIGNED_ENCRYPTED + bool "build signed encrypted images" + help + enable the creation of the encrypted image, if the habv4-imx6-gencsf.h + included in the flash-header and the NXP cst Tool is available + +endif + config HABV3 tristate "HABv3 support" select HAB -- cgit v1.2.3