1config BR2_PACKAGE_MALI_T76X 2 bool "mali-t76x" 3 depends on BR2_TOOLCHAIN_USES_GLIBC 4 depends on BR2_ARM_EABIHF 5 depends on BR2_arm 6 select BR2_PACKAGE_MESA3D_HEADERS 7 select BR2_PACKAGE_HAS_LIBEGL 8 select BR2_PACKAGE_HAS_LIBGLES 9 help 10 Install the binary user-space components for the ARM Mali 11 Midgard T76X GPU. This package requires a kernel with the 12 ARM Mali Midgard GPU Kernel Drivers enabled. 13 14 http://malideveloper.arm.com/resources/drivers/ 15 16if BR2_PACKAGE_MALI_T76X 17 18config BR2_PACKAGE_PROVIDES_LIBEGL 19 default "mali-t76x" 20 21config BR2_PACKAGE_PROVIDES_LIBGLES 22 default "mali-t76x" 23 24endif 25 26comment "mali-t76x needs a glibc toolchain with armhf enabled" 27 depends on BR2_arm 28 depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_ARM_EABIHF 29