• 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/at91bootstrap3/Config.in
Thomas PetazzoniThomas Petazzoni committed 23a94e9d67b15 Jun 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_TARGET_AT91BOOTSTRAP3
2
    depends on BR2_arm926t || BR2_cortex_a5
3
    bool "AT91 Bootstrap 3"
4
    help
5
      AT91Bootstrap is a first level bootloader for the Atmel AT91
6
      devices. It integrates algorithms for:
7
      - Device initialization such as clock configuration, PIO settings...
8
      - Peripheral drivers such as PIO, PMC or SDRAMC...
9
      - Physical media algorithm such as DataFlash, NandFlash, NOR Flash...
10
​
11
if BR2_TARGET_AT91BOOTSTRAP3
12
​
13
config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_PATCH_DIR
14
    string "custom patch dir"
15
    help
16
      If your board requires custom patches, add the path to the
17
      directory containing the patches here. The patches must be
18
      named at91bootstrap3-<something>.patch.
19
​
20
      Most users may leave this empty
21
​
22
#
23
# Configuration selection
24
#
25
​
26
choice
27
    prompt "AT91 Bootstrap 3 configuration"
28
    default BR2_TARGET_AT91BOOTSTRAP3_USE_DEFCONFIG
29
​
30
config BR2_TARGET_AT91BOOTSTRAP3_USE_DEFCONFIG
31
    bool "Using a defconfig"
32
​
33
config BR2_TARGET_AT91BOOTSTRAP3_USE_CUSTOM_CONFIG
34
    bool "Using a custom config file"
35
​
36
endchoice
37
​
38
config BR2_TARGET_AT91BOOTSTRAP3_DEFCONFIG
39
    string "Defconfig name"
40
    depends on BR2_TARGET_AT91BOOTSTRAP3_USE_DEFCONFIG
41
    help
42
      Name of the at91bootstrap3 defconfig file to use, without the
43
      trailing _defconfig.  The defconfig is located at
44
      board/<processor>/<board>_defconfig in the at91bootstrap3
45
      tree.
46
​
47
config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_CONFIG_FILE
48
    string "Configuration file path"
49
    depends on BR2_TARGET_AT91BOOTSTRAP3_USE_CUSTOM_CONFIG
50
    help
51
      Path to the at91bootstrap3 configuration file
52
​
53
endif # BR2_TARGET_AT91BOOTSTRAP3
  • 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.