iptables: bump to version 1.6.1
[buildroot-gz.git] / package / freescale-imx / imx-vpu / Config.in
blob779717f5ed96764b904f2e781316ab146801ffd1
1 comment "imx-vpu needs an i.MX platform with VPU support"
2         depends on BR2_arm
3         depends on !BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
5 config BR2_PACKAGE_IMX_VPU
6         bool "imx-vpu"
7         depends on BR2_arm # Only relevant for i.MX
8         depends on BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
9         select BR2_PACKAGE_FIRMWARE_IMX
10         help
11           Library of userspace helpers specific for the Freescale i.MX
12           platform. It wraps the kernel interfaces for the i.MX platform
13           Video Processing Unit (VPU) driver. It requires a kernel that
14           includes the i.MX specific headers to be built.
16           This library is provided by Freescale as-is and doesn't have
17           an upstream.