Pārlūkot izejas kodu

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: 69d127fe29dc ("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>
Sébastien Szymanski 1 gadu atpakaļ
vecāks
revīzija
4bcce65f63
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      package/freescale-imx/firmware-ele-imx/Config.in

+ 1 - 1
package/freescale-imx/firmware-ele-imx/Config.in

@@ -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"