From 0b57bfb12f013c01980ecf3fa5c70b2366450d2c Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Fri, 29 Jan 2016 09:15:06 +0100 Subject: scripts: imx-image: Support adding a Super Root Key to the image Signed-off-by: Sascha Hauer --- arch/arm/mach-imx/Kconfig | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'arch') diff --git a/arch/arm/mach-imx/Kconfig b/arch/arm/mach-imx/Kconfig index c5ac90f039..c631c33cf3 100644 --- a/arch/arm/mach-imx/Kconfig +++ b/arch/arm/mach-imx/Kconfig @@ -66,6 +66,12 @@ config ARCH_IMX_IMXIMAGE help if enabled the imx-image tool is compiled +config ARCH_IMX_IMXIMAGE_SSL_SUPPORT + bool + help + This enables SSL support for the imx-image tool. This is required + for created images for HABv3. This adds openssl to the build dependencies + config ARCH_IMX_XLOAD bool depends on ARCH_IMX51 @@ -742,6 +748,7 @@ endif config HABV3 tristate "HABv3 support" select HAB + select ARCH_IMX_IMXIMAGE_SSL_SUPPORT depends on ARCH_IMX25 help High Assurance Boot, as found on i.MX25. -- cgit v1.2.3