소스 검색

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 년 전
부모
커밋
4bcce65f63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"