hide experimental/developer options from the user. can be reenabled by using make...
[openwrt.git] / toolchain / binutils / Config.in
1 # Choose binutils version.
2
3 if CONFIG_DEVEL
4         comment "Binutils Options"
5 endif
6
7 choice
8         prompt "Binutils Version" if CONFIG_DEVEL
9         default BR2_BINUTILS_VERSION_2_14_90_0_8
10         help
11           Select the version of binutils you wish to use.
12
13         config BR2_BINUTILS_VERSION_2_14_90_0_6
14                 bool "binutils 2.14.90.0.6"
15
16         config BR2_BINUTILS_VERSION_2_14_90_0_7
17                 bool "binutils 2.14.90.0.7"
18
19         config BR2_BINUTILS_VERSION_2_14_90_0_8
20                 bool "binutils 2.14.90.0.8"
21
22         config BR2_BINUTILS_VERSION_2_15
23                 bool "binutils 2.15"
24
25         config BR2_BINUTILS_VERSION_2_15_90_0_1
26                 bool "binutils 2.15.90.0.1"
27
28         config BR2_BINUTILS_VERSION_2_15_90_0_1_1
29                 bool "binutils 2.15.90.0.1.1"
30
31         config BR2_BINUTILS_VERSION_2_15_90_0_2
32                 bool "binutils 2.15.90.0.2"
33
34         config BR2_BINUTILS_VERSION_2_15_90_0_3
35                 bool "binutils 2.15.90.0.3"
36
37         config BR2_BINUTILS_VERSION_2_15_91_0_1
38                 bool "binutils 2.15.91.0.1"
39
40         config BR2_BINUTILS_VERSION_2_15_91_0_2
41                 bool "binutils 2.15.91.0.2"
42
43         config BR2_BINUTILS_VERSION_2_15_92_0_2
44                 bool "binutils 2.15.92.0.2"
45
46         config BR2_BINUTILS_VERSION_2_15_94_0_1
47                 bool "binutils 2.15.94.0.1"
48
49         config BR2_BINUTILS_VERSION_2_15_94_0_2
50                 bool "binutils 2.15.94.0.2"
51
52         config BR2_BINUTILS_VERSION_2_15_94_0_2_2
53                 bool "binutils 2.15.94.0.2.2"
54
55 endchoice
56
57 config BR2_BINUTILS_VERSION
58         string
59         default "2.14.90.0.6"     if BR2_BINUTILS_VERSION_2_14_90_0_6
60         default "2.14.90.0.7"     if BR2_BINUTILS_VERSION_2_14_90_0_7
61         default "2.14.90.0.8"     if BR2_BINUTILS_VERSION_2_14_90_0_8 || !CONFIG_DEVEL
62         default "2.15"            if BR2_BINUTILS_VERSION_2_15
63         default "2.15.90.0.1"     if BR2_BINUTILS_VERSION_2_15_90_0_1
64         default "2.15.90.0.0.1.1" if BR2_BINUTILS_VERSION_2_15_90_0_1_1
65         default "2.15.90.0.2"     if BR2_BINUTILS_VERSION_2_15_90_0_2
66         default "2.15.90.0.3"     if BR2_BINUTILS_VERSION_2_15_90_0_3
67         default "2.15.91.0.1"     if BR2_BINUTILS_VERSION_2_15_91_0_1
68         default "2.15.91.0.2"     if BR2_BINUTILS_VERSION_2_15_91_0_2
69         default "2.15.92.0.2"     if BR2_BINUTILS_VERSION_2_15_92_0_2
70         default "2.15.94.0.1"     if BR2_BINUTILS_VERSION_2_15_94_0_1
71         default "2.15.94.0.2"     if BR2_BINUTILS_VERSION_2_15_94_0_2