1 config BR2_PACKAGE_SUNXI_MALI
3 select BR2_PACKAGE_HAS_LIBEGL
4 select BR2_PACKAGE_HAS_LIBGLES
5 select BR2_PACKAGE_LIBUMP
6 depends on BR2_TOOLCHAIN_USES_GLIBC
9 Install the ARM Mali drivers for sunxi based systems (i.e
10 systems based on ARM Allwinner SoCs). This driver requires
11 either the sunxi-kernel with the ARM Mali driver enabled or
12 the installation of the ARM Mali drivers as an external
15 http://github.com/linux-sunxi/sunxi-mali
17 if BR2_PACKAGE_SUNXI_MALI
19 config BR2_PACKAGE_PROVIDES_LIBEGL
22 config BR2_PACKAGE_PROVIDES_LIBGLES
25 config BR2_PACKAGE_SUNXI_MALI_DBG
26 bool "install malitest and maliver tools"
28 Install 3D triangle demo malitest application and the maliver application
29 which describes the kernel module version.
33 default BR2_PACKAGE_SUNXI_MALI_R3P0
35 Select the version of the kernel module. For the sunxi-kernel, the
36 appropriate version number is r3p0. For other kernels, use the maliver
37 application to determine the appropriate version.
39 config BR2_PACKAGE_SUNXI_MALI_R2P4
41 depends on BR2_ARM_EABI
43 comment "r2p4 requires an EABI toolchain"
44 depends on !BR2_ARM_EABI
46 config BR2_PACKAGE_SUNXI_MALI_R3P0
48 depends on BR2_ARM_EABIHF
50 comment "r3p0 requires an EABIhf toolchain"
51 depends on !BR2_ARM_EABIHF
53 config BR2_PACKAGE_SUNXI_MALI_R3P1
54 depends on BR2_ARM_EABIHF
57 comment "r3p1 requires an EABIhf toolchain"
58 depends on !BR2_ARM_EABIHF
64 comment "sunxi-mali needs a glibc toolchain"
66 depends on !BR2_TOOLCHAIN_USES_GLIBC