b701f89eb8
As of 3.10.17-1.0.0 release, VPU code is now in its own package. Signed-off-by: Gary Bisson <bisson.gary@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> [yann.morin.1998@free.fr: slightly rework the kconfig comment; fold the imx-vpu patches into this changeset; add one missing license file] Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Hadrien Boutteville <hadrien.boutteville@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
17 lines
566 B
Plaintext
17 lines
566 B
Plaintext
config BR2_PACKAGE_IMX_VPU
|
|
bool "imx-vpu"
|
|
depends on BR2_LINUX_KERNEL
|
|
depends on BR2_arm # Only relevant for i.MX
|
|
help
|
|
Library of userspace helpers specific for the Freescale i.MX
|
|
platform. It wraps the kernel interfaces for the i.MX platform
|
|
Video Processing Unit (VPU) driver. It requires a kernel that
|
|
includes the i.MX specific headers to be built.
|
|
|
|
This library is provided by Freescale as-is and doesn't have
|
|
an upstream.
|
|
|
|
comment "imx-vpu needs an imx-specific Linux kernel to be built"
|
|
depends on BR2_arm
|
|
depends on !BR2_LINUX_KERNEL
|