Config.in 470 B

1234567891011121314
  1. comment "imx-vpu needs an i.MX platform with VPU support"
  2. depends on !BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
  3. config BR2_PACKAGE_IMX_VPU
  4. bool "imx-vpu"
  5. depends on BR2_PACKAGE_FREESCALE_IMX_HAS_VPU
  6. select BR2_PACKAGE_FIRMWARE_IMX
  7. help
  8. Library of userspace helpers specific for the NXP i.MX SoC
  9. integrating a Chips&Media CODA Video Processing Unit (VPU)
  10. such as the i.MX27/i.MX5x/i.MX6x.
  11. This library is provided by NXP as-is and doesn't have an
  12. upstream.