• 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/arch/Config.in.arm
Gustavo ZacariasGustavo Zacarias committed 8f434ff274929 Apr 2013
Raw file
Source viewDiff to previous
      For some CPU cores, the NEON SIMD extension is optional.
 
1
# arm cpu features
2
config BR2_ARM_CPU_HAS_NEON
3
    bool
4
​
5
# for some cores, NEON support is optional
6
config BR2_ARM_CPU_MAYBE_HAS_NEON
7
    bool
8
​
9
choice
10
    prompt "Target Architecture Variant"
11
    depends on BR2_arm || BR2_armeb
12
    default BR2_arm926t
13
    help
14
      Specific CPU variant to use
15
​
16
config BR2_arm7tdmi
17
    bool "arm7tdmi"
18
config BR2_arm720t
19
    bool "arm720t"
20
config BR2_arm920t
21
    bool "arm920t"
22
config BR2_arm922t
23
    bool "arm922t"
24
config BR2_arm926t
25
    bool "arm926t"
26
config BR2_arm10t
27
    bool "arm10t"
28
config BR2_arm1136jf_s_r0
29
    bool "arm1136jf_s rev0"
30
config BR2_arm1136jf_s_r1
31
    bool "arm1136jf_s rev1"
32
config BR2_arm1176jz_s
33
    bool "arm1176jz-s"
34
config BR2_arm1176jzf_s
35
    bool "arm1176jzf-s"
36
config BR2_cortex_a5
37
    bool "cortex-A5"
38
    select BR2_ARM_CPU_MAYBE_HAS_NEON
39
config BR2_cortex_a8
40
    bool "cortex-A8"
41
    select BR2_ARM_CPU_HAS_NEON
42
config BR2_cortex_a9
43
    bool "cortex-A9"
44
    select BR2_ARM_CPU_MAYBE_HAS_NEON
45
config BR2_cortex_a15
46
    bool "cortex-A15"
47
    select BR2_ARM_CPU_HAS_NEON
48
config BR2_fa526
49
    bool "fa526/626"
50
config BR2_pj4
51
    bool "pj4"
52
config BR2_strongarm
53
    bool "strongarm sa110/sa1100"
54
config BR2_xscale
55
    bool "xscale"
56
config BR2_iwmmxt
57
    bool "iwmmxt"
58
endchoice
59
​
60
config BR2_arm1136jf_s
61
    bool
62
    default BR2_arm1136jf_s_r0 || BR2_arm1136jf_s_r1
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.