• 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/boot/uboot/Config.in
James BaleanJames Balean committed 4f50f4928ca05 Apr 2017
Raw file
Source viewDiff to previous
    default BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR if BR2_TARGET_UBOOT_CUSTOM_PATCH_DIR != ""  # legacy
 
1
config BR2_TARGET_UBOOT
2
    bool "U-Boot"
3
    help
4
      Build "Das U-Boot" Boot Monitor
5
​
6
if BR2_TARGET_UBOOT
7
choice
8
    prompt "Build system"
9
    default BR2_TARGET_UBOOT_BUILD_SYSTEM_LEGACY
10
​
11
config BR2_TARGET_UBOOT_BUILD_SYSTEM_LEGACY
12
    bool "Legacy"
13
    help
14
      Select this option if you use an old U-Boot (older than 2015.04),
15
      so that we use the old build system.
16
​
17
config BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG
18
    bool "Kconfig"
19
    help
20
      Select this option if you use a recent U-Boot version (2015.04 or
21
      newer), so that we use the Kconfig build system.
22
​
23
endchoice
24
​
25
if BR2_TARGET_UBOOT_BUILD_SYSTEM_LEGACY
26
config BR2_TARGET_UBOOT_BOARDNAME
27
    string "U-Boot board name"
28
    help
29
      One of U-Boot supported boards to be built.
30
      This will be suffixed with _config to meet U-Boot standard naming.
31
      See boards.cfg in U-Boot source code for the list of available
32
      configurations.
33
endif
34
​
35
choice
36
    prompt "U-Boot Version"
37
    help
38
      Select the specific U-Boot version you want to use
39
​
40
config BR2_TARGET_UBOOT_LATEST_VERSION
41
    bool "2017.03"
42
​
43
config BR2_TARGET_UBOOT_CUSTOM_VERSION
44
    bool "Custom version"
45
    help
46
      This option allows to use a specific official versions
47
​
48
config BR2_TARGET_UBOOT_CUSTOM_TARBALL
49
    bool "Custom tarball"
50
​
51
config BR2_TARGET_UBOOT_CUSTOM_GIT
52
    bool "Custom Git repository"
53
​
54
config BR2_TARGET_UBOOT_CUSTOM_HG
55
    bool "Custom Mercurial repository"
56
​
57
config BR2_TARGET_UBOOT_CUSTOM_SVN
58
    bool "Custom Subversion repository"
59
​
60
endchoice
61
​
62
config BR2_TARGET_UBOOT_CUSTOM_VERSION_VALUE
63
    string "U-Boot version"
  • 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.