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:
parent
e889a1c9e9
commit
4bcce65f63
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user