• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/sunxi-mali/Config.in
Yann E. MORINYann E. MORIN committed 2bb9df30ad805 Apr 2014
Raw file
Source viewDiff to previous
 
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
​
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.