From 81085028cc01f372fdb75a79eb2ca9634e6aa917 Mon Sep 17 00:00:00 2001 From: Gary Bisson Date: Sun, 5 Oct 2014 15:09:58 -0700 Subject: [PATCH] imx-vpu: add VPU firmware selection As the imx-vpu package needs the firmware to be loaded into the VPU it makes sense to have the latter package selected by default. Signed-off-by: Gary Bisson Reviewed-by: Luca Ceresoli Reviewed-by: "Yann E. MORIN" Signed-off-by: Peter Korsgaard --- package/freescale-imx/imx-vpu/Config.in | 1 + 1 file changed, 1 insertion(+) diff --git a/package/freescale-imx/imx-vpu/Config.in b/package/freescale-imx/imx-vpu/Config.in index cf5ab5f8c1..8a9541607b 100644 --- a/package/freescale-imx/imx-vpu/Config.in +++ b/package/freescale-imx/imx-vpu/Config.in @@ -2,6 +2,7 @@ config BR2_PACKAGE_IMX_VPU bool "imx-vpu" depends on BR2_LINUX_KERNEL depends on BR2_arm # Only relevant for i.MX + select BR2_PACKAGE_FIRMWARE_IMX help Library of userspace helpers specific for the Freescale i.MX platform. It wraps the kernel interfaces for the i.MX platform -- 2.30.2