Config.in 581 B

12345678910111213141516
  1. comment "libimxvpuapi needs an i.MX platform with VPU support"
  2. depends on BR2_arm
  3. depends on !BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
  4. config BR2_PACKAGE_LIBIMXVPUAPI
  5. bool "libimxvpuapi"
  6. depends on BR2_arm # Only relevant for i.MX
  7. depends on BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
  8. select BR2_PACKAGE_IMX_VPU
  9. help
  10. This library provides an API for using the iMX6 VPU video
  11. engine. It is an alternative to Freescale's VPU
  12. wrapper. Both the wrapper and this library are layered on
  13. top of imx-vpu, the low-level iMX6 VPU interface.
  14. https://github.com/Freescale/libimxvpuapi