xref: /OK3568_Linux_fs/buildroot/package/libimxvpuapi/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593Smuzhiyuncomment "libimxvpuapi needs an i.MX platform with VPU support"
2*4882a593Smuzhiyun	depends on BR2_arm
3*4882a593Smuzhiyun	depends on !BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
4*4882a593Smuzhiyun
5*4882a593Smuzhiyunconfig BR2_PACKAGE_LIBIMXVPUAPI
6*4882a593Smuzhiyun	bool "libimxvpuapi"
7*4882a593Smuzhiyun	depends on BR2_arm # Only relevant for i.MX
8*4882a593Smuzhiyun	depends on BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
9*4882a593Smuzhiyun	select BR2_PACKAGE_IMX_VPU
10*4882a593Smuzhiyun	help
11*4882a593Smuzhiyun	  This library provides an API for using the iMX6 VPU video
12*4882a593Smuzhiyun	  engine. It is an alternative to Freescale's VPU
13*4882a593Smuzhiyun	  wrapper. Both the wrapper and this library are layered on
14*4882a593Smuzhiyun	  top of imx-vpu, the low-level iMX6 VPU interface.
15*4882a593Smuzhiyun
16*4882a593Smuzhiyun	  https://github.com/Freescale/libimxvpuapi
17