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 <bisson.gary@gmail.com>
Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Gary Bisson 2014-10-05 15:09:58 -07:00 committed by Peter Korsgaard
parent 2691bb681a
commit 81085028cc

View File

@ -2,6 +2,7 @@ config BR2_PACKAGE_IMX_VPU
bool "imx-vpu" bool "imx-vpu"
depends on BR2_LINUX_KERNEL depends on BR2_LINUX_KERNEL
depends on BR2_arm # Only relevant for i.MX depends on BR2_arm # Only relevant for i.MX
select BR2_PACKAGE_FIRMWARE_IMX
help help
Library of userspace helpers specific for the Freescale i.MX Library of userspace helpers specific for the Freescale i.MX
platform. It wraps the kernel interfaces for the i.MX platform platform. It wraps the kernel interfaces for the i.MX platform