The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / sunxi-mali / Config.in
1 config BR2_PACKAGE_SUNXI_MALI
2         bool "sunxi-mali"
3         select BR2_PACKAGE_HAS_LIBEGL
4         select BR2_PACKAGE_HAS_LIBGLES
5         # The egl/gles mali libraries are provided as a git submodule of the
6         # sunxi-mali repo and are downloaded by the sunxi-mali-prop package.
7         select BR2_PACKAGE_SUNXI_MALI_PROP
8         depends on BR2_TOOLCHAIN_USES_GLIBC
9         depends on BR2_arm
10         help
11           Install the ARM Mali drivers for sunxi based systems (i.e
12           systems based on ARM Allwinner SoCs). This driver requires
13           either the sunxi-kernel with the ARM Mali driver enabled or
14           the installation of the ARM Mali drivers as an external
15           module.
16
17           http://github.com/linux-sunxi/sunxi-mali
18
19 if BR2_PACKAGE_SUNXI_MALI
20
21 config BR2_PACKAGE_PROVIDES_LIBEGL
22         default "sunxi-mali"
23
24 config BR2_PACKAGE_PROVIDES_LIBGLES
25         default "sunxi-mali"
26
27 config BR2_PACKAGE_SUNXI_MALI_DBG
28         bool "install malitest and maliver tools"
29         help
30           Install 3D triangle demo malitest application and the maliver application
31           which describes the kernel module version.
32
33 choice
34         prompt "Version"
35         default BR2_PACKAGE_SUNXI_MALI_R3P0
36         help
37           Select the version of the kernel module. For the sunxi-kernel, the
38           appropriate version number is r3p0. For other kernels, use the maliver
39           application to determine the appropriate version.
40
41 config BR2_PACKAGE_SUNXI_MALI_R2P4
42         bool "r2p4"
43         depends on BR2_ARM_EABI
44
45 comment "r2p4 requires an EABI toolchain"
46         depends on !BR2_ARM_EABI
47
48 config BR2_PACKAGE_SUNXI_MALI_R3P0
49         bool "r3p0"
50         depends on BR2_ARM_EABIHF
51
52 comment "r3p0 requires an EABIhf toolchain"
53         depends on !BR2_ARM_EABIHF
54
55 config BR2_PACKAGE_SUNXI_MALI_R3P1
56         depends on BR2_ARM_EABIHF
57         bool "r3p1"
58
59 comment "r3p1 requires an EABIhf toolchain"
60         depends on !BR2_ARM_EABIHF
61
62 endchoice
63
64 endif
65
66 comment "sunxi-mali needs an (e)glibc toolchain"
67         depends on BR2_arm
68         depends on !BR2_TOOLCHAIN_USES_GLIBC