From: Gary Bisson Date: Sun, 5 Oct 2014 22:09:58 +0000 (-0700) Subject: imx-vpu: add VPU firmware selection X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=81085028cc01f372fdb75a79eb2ca9634e6aa917;p=buildroot.git 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 --- 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