summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaik Otto <m.otto@phytec.de>2019-08-21 16:21:46 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-11-12 12:35:01 +0100
commit0cfac571e28793ab0fe8c1c2b868114f1cd90b5f (patch)
treee6d80234391770f4c0c03fedb303cc9bea5d9ec7
parentf01eb58237422e0575660524faf7d946329ceff4 (diff)
downloadbarebox-0cfac571e28793ab0fe8c1c2b868114f1cd90b5f.tar.gz
barebox-0cfac571e28793ab0fe8c1c2b868114f1cd90b5f.tar.xz
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 <m.otto@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--arch/arm/mach-imx/Kconfig22
1 files changed, 22 insertions, 0 deletions
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