• 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.mips
Bernd KuhlsBernd Kuhls committed cc405b4cb3226 Mar 2017
Raw file
Source viewDiff to previous
 
1
# mips default CPU ISAs
2
config BR2_MIPS_CPU_MIPS32
3
    bool
4
config BR2_MIPS_CPU_MIPS32R2
5
    bool
6
config BR2_MIPS_CPU_MIPS32R5
7
    bool
8
config BR2_MIPS_CPU_MIPS32R6
9
    bool
10
config BR2_MIPS_CPU_MIPS64
11
    bool
12
config BR2_MIPS_CPU_MIPS64R2
13
    bool
14
config BR2_MIPS_CPU_MIPS64R5
15
    bool
16
config BR2_MIPS_CPU_MIPS64R6
17
    bool
18
​
19
choice
20
    prompt "Target Architecture Variant"
21
    depends on BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
22
    default BR2_mips_32 if BR2_mips || BR2_mipsel
23
    default BR2_mips_64 if BR2_mips64 || BR2_mips64el
24
    help
25
      Specific CPU variant to use
26
​
27
      64bit cabable: 64, 64r2, 64r5, 64r6
28
      non-64bit capable: 32, 32r2, 32r5, 32r6
29
​
30
config BR2_mips_32
31
    bool "Generic MIPS32"
32
    depends on !BR2_ARCH_IS_64
33
    select BR2_MIPS_CPU_MIPS32
34
config BR2_mips_32r2
35
    bool "Generic MIPS32R2"
36
    depends on !BR2_ARCH_IS_64
37
    select BR2_MIPS_CPU_MIPS32R2
38
config BR2_mips_32r5
39
    bool "Generic MIPS32R5"
40
    depends on !BR2_ARCH_IS_64
41
    select BR2_MIPS_CPU_MIPS32R5
42
config BR2_mips_32r6
43
    bool "Generic MIPS32R6"
44
    depends on !BR2_ARCH_IS_64
45
    select BR2_MIPS_CPU_MIPS32R6
46
config BR2_mips_interaptiv
47
    bool "interAptiv"
48
    depends on !BR2_ARCH_IS_64
49
    select BR2_MIPS_CPU_MIPS32R2
50
config BR2_mips_m5150
51
    bool "M5150"
52
    depends on !BR2_ARCH_IS_64
53
    select BR2_MIPS_CPU_MIPS32R5
54
config BR2_mips_m6250
55
    bool "M6250"
56
    depends on !BR2_ARCH_IS_64
57
    select BR2_MIPS_CPU_MIPS32R6
58
config BR2_mips_p5600
59
    bool "P5600"
60
    depends on !BR2_ARCH_IS_64
61
    select BR2_MIPS_CPU_MIPS32R5
62
config BR2_mips_xburst
63
    bool "XBurst"
  • 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.