kumquat-buildroot/package/freescale-imx/firmware-ele-imx/Config.in
Sébastien Szymanski 4bcce65f63 package/freescale-imx/firmware-ele-imx: fix dependency comment condition
The dependency comment must be shown when the platform has no ELE and
not when the platform has no VPU.

Fixes: 69d127fe29 ("package/freescale-imx/firmware-ele-imx: new package")
Signed-off-by: Sébastien Szymanski <sebastien.szymanski@armadeus.com>
Signed-off-by: Arnout Vandecappelle <arnout@mind.be>
2024-02-14 10:02:25 +01:00

24 lines
765 B
Plaintext

comment "firmware-ele-imx needs an i.MX platform with EdgeLock Secure Enclave"
depends on !BR2_PACKAGE_FREESCALE_IMX_HAS_ELE
config BR2_PACKAGE_FIRMWARE_ELE_IMX
bool "firmware-ele-imx"
depends on BR2_PACKAGE_FREESCALE_IMX_HAS_ELE
help
Firmware blobs for the EdgeLock Secure Enclave (ELE)
present on i.MX8ULP and i.MX9 SoCs.
This library is provided by NXP as-is and doesn't have an
upstream.
if BR2_PACKAGE_FIRMWARE_ELE_IMX
config BR2_PACKAGE_FIRMWARE_ELE_IMX_AHAB_CONTAINER_IMAGE
string
default "mx93a0-ahab-container.img" if BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX93A0
default "mx93a1-ahab-container.img" if \
BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX91 || \
BR2_PACKAGE_FREESCALE_IMX_PLATFORM_IMX93A1
endif # BR2_PACKAGE_FIRMWARE_ELE_IMX