configs/bananapro: bump Linux to 4.10.4
[buildroot-gz.git] / package / mali-t76x / Config.in
blob26a7f6c00d0d0747af712ba7fe623390fcc9b211
1 config BR2_PACKAGE_MALI_T76X
2         bool "mali-t76x"
3         select BR2_PACKAGE_MESA3D_HEADERS
4         select BR2_PACKAGE_HAS_LIBEGL
5         select BR2_PACKAGE_HAS_LIBGLES
6         depends on BR2_TOOLCHAIN_USES_GLIBC
7         depends on BR2_ARM_EABIHF
8         depends on BR2_arm
9         help
10           Install the binary user-space components for the ARM Mali Midgard
11           T76X GPU. This package requires a kernel with the ARM Mali Midgard
12           GPU Kernel Drivers enabled.
14           Source: http://malideveloper.arm.com/resources/drivers/
16 if BR2_PACKAGE_MALI_T76X
18 config BR2_PACKAGE_PROVIDES_LIBEGL
19         default "mali-t76x"
21 config BR2_PACKAGE_PROVIDES_LIBGLES
22         default "mali-t76x"
24 endif
26 comment "mali-t76x needs a glibc toolchain with armhf enabled"
27         depends on BR2_arm
28         depends on !BR2_TOOLCHAIN_USES_GLIBC || !BR2_ARM_EABIHF