2
1

Config.in 670 B

1234567891011121314151617181920
  1. comment "imx-gpu-g2d needs a glibc toolchain with armhf enabled"
  2. depends on BR2_arm
  3. depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_ARM_EABIHF
  4. comment "imx-gpu-g2d needs a glibc toolchain"
  5. depends on BR2_aarch64
  6. depends on !BR2_TOOLCHAIN_USES_GLIBC
  7. config BR2_PACKAGE_IMX_GPU_G2D
  8. bool "imx-gpu-g2d"
  9. # Pre-built binaries only available for ARM EABIhf
  10. depends on (BR2_arm && BR2_ARM_EABIHF) || BR2_aarch64
  11. # Library binaries are linked against libc.so.6
  12. depends on BR2_TOOLCHAIN_USES_GLIBC
  13. select BR2_PACKAGE_IMX_GPU_VIV
  14. help
  15. Userspace 2D libraries for Vivante GPU on i.MX platforms.
  16. This library is provided by NXP as-is and doesn't have an
  17. upstream.