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>
This commit is contained in:
Sébastien Szymanski 2024-02-13 11:09:48 +01:00 committed by Arnout Vandecappelle
parent e889a1c9e9
commit 4bcce65f63

View File

@ -1,5 +1,5 @@
comment "firmware-ele-imx needs an i.MX platform with EdgeLock Secure Enclave"
depends on !BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
depends on !BR2_PACKAGE_FREESCALE_IMX_HAS_ELE
config BR2_PACKAGE_FIRMWARE_ELE_IMX
bool "firmware-ele-imx"