The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / boot / at91bootstrap3 / Config.in
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