diff options
author | Gary Bisson <bisson.gary@gmail.com> | 2014-10-05 15:09:58 -0700 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2014-10-19 23:53:42 +0200 |
commit | 81085028cc01f372fdb75a79eb2ca9634e6aa917 (patch) | |
tree | 5911f96451becf8753bc14cba8af8b56a77ebd8c | |
parent | 2691bb681a473b7f88f4bada4a1cd6d2c0be4f1d (diff) | |
download | buildroot-81085028cc01f372fdb75a79eb2ca9634e6aa917.tar.gz buildroot-81085028cc01f372fdb75a79eb2ca9634e6aa917.zip |
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>
-rw-r--r-- | package/freescale-imx/imx-vpu/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 |