2013-12-15 13:20:39 +01:00
|
|
|
comment "libfslvpuwrap needs an imx-specific Linux kernel to be built"
|
2013-11-07 09:24:37 +01:00
|
|
|
depends on BR2_arm
|
|
|
|
depends on !BR2_LINUX_KERNEL
|
2012-12-19 14:37:32 +01:00
|
|
|
|
|
|
|
config BR2_PACKAGE_LIBFSLVPUWRAP
|
|
|
|
bool "libfslvpuwrap"
|
|
|
|
depends on BR2_LINUX_KERNEL
|
|
|
|
depends on BR2_arm # Only relevant for i.MX
|
2014-08-03 14:47:03 +02:00
|
|
|
select BR2_PACKAGE_FREESCALE_IMX
|
2014-06-30 23:52:06 +02:00
|
|
|
select BR2_PACKAGE_IMX_VPU
|
2012-12-19 14:37:32 +01:00
|
|
|
help
|
|
|
|
Wrapper library for the vpu library, giving it a different API.
|
|
|
|
|
|
|
|
This library is provided by Freescale as-is and doesn't have
|
|
|
|
an upstream.
|