board/csky: fixup gdb instructions in readme.txt
[buildroot-gz.git] / package / sunxi-mali / Config.in
blobc6754c2821f22663f956b064220984fe28065661
1 config BR2_PACKAGE_SUNXI_MALI
2         bool "sunxi-mali"
3         depends on BR2_arm
4         depends on BR2_TOOLCHAIN_USES_GLIBC
5         select BR2_PACKAGE_HAS_LIBEGL
6         select BR2_PACKAGE_HAS_LIBGLES
7         select BR2_PACKAGE_LIBUMP
8         help
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
13           module.
15           http://github.com/linux-sunxi/sunxi-mali
17 if BR2_PACKAGE_SUNXI_MALI
19 config BR2_PACKAGE_PROVIDES_LIBEGL
20         default "sunxi-mali"
22 config BR2_PACKAGE_PROVIDES_LIBGLES
23         default "sunxi-mali"
25 config BR2_PACKAGE_SUNXI_MALI_DBG
26         bool "install malitest and maliver tools"
27         help
28           Install 3D triangle demo malitest application and the maliver application
29           which describes the kernel module version.
31 choice
32         prompt "Version"
33         default BR2_PACKAGE_SUNXI_MALI_R3P0
34         help
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
40         bool "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
47         bool "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
55         bool "r3p1"
57 comment "r3p1 requires an EABIhf toolchain"
58         depends on !BR2_ARM_EABIHF
60 endchoice
62 endif
64 comment "sunxi-mali needs a glibc toolchain"
65         depends on BR2_arm
66         depends on !BR2_TOOLCHAIN_USES_GLIBC