]> Git Repo - buildroot-mgba.git/blob - arch/Config.in.bfin
arc/bfin: remove 60x cores
[buildroot-mgba.git] / arch / Config.in.bfin
1 choice
2         prompt "Target CPU"
3         depends on BR2_bfin
4         default BR2_bf532
5         help
6           Specify target CPU
7 config BR2_bf512
8         bool "bf512"
9 config BR2_bf514
10         bool "bf514"
11 config BR2_bf516
12         bool "bf516"
13 config BR2_bf518
14         bool "bf518"
15 config BR2_bf522
16         bool "bf522"
17 config BR2_bf523
18         bool "bf523"
19 config BR2_bf524
20         bool "bf524"
21 config BR2_bf525
22         bool "bf525"
23 config BR2_bf526
24         bool "bf526"
25 config BR2_bf527
26         bool "bf527"
27 config BR2_bf531
28         bool "bf531"
29 config BR2_bf532
30         bool "bf532"
31 config BR2_bf533
32         bool "bf533"
33 config BR2_bf534
34         bool "bf534"
35 config BR2_bf536
36         bool "bf536"
37 config BR2_bf537
38         bool "bf537"
39 config BR2_bf538
40         bool "bf538"
41 config BR2_bf539
42         bool "bf539"
43 config BR2_bf542
44         bool "bf542"
45 config BR2_bf544
46         bool "bf544"
47 config BR2_bf547
48         bool "bf547"
49 config BR2_bf548
50         bool "bf548"
51 config BR2_bf549
52         bool "bf549"
53 config BR2_bf561
54         bool "bf561"
55 endchoice
56
57 config BR2_ARCH
58         default "bfin"
59
60 config BR2_ENDIAN
61         default "LITTLE"
62
63 config BR2_GCC_TARGET_CPU
64         default bf606           if BR2_bf606
65         default bf607           if BR2_bf607
66         default bf608           if BR2_bf608
67         default bf609           if BR2_bf609
68         default bf512           if BR2_bf512
69         default bf514           if BR2_bf514
70         default bf516           if BR2_bf516
71         default bf518           if BR2_bf518
72         default bf522           if BR2_bf522
73         default bf523           if BR2_bf523
74         default bf524           if BR2_bf524
75         default bf525           if BR2_bf525
76         default bf526           if BR2_bf526
77         default bf527           if BR2_bf527
78         default bf531           if BR2_bf531
79         default bf532           if BR2_bf532
80         default bf533           if BR2_bf533
81         default bf534           if BR2_bf534
82         default bf536           if BR2_bf536
83         default bf537           if BR2_bf537
84         default bf538           if BR2_bf538
85         default bf539           if BR2_bf539
86         default bf542           if BR2_bf542
87         default bf544           if BR2_bf544
88         default bf547           if BR2_bf547
89         default bf548           if BR2_bf548
90         default bf549           if BR2_bf549
91         default bf561           if BR2_bf561
92
93 config BR2_GCC_TARGET_CPU_REVISION
94         string "Target CPU revision"
95         help
96           Specify a target CPU revision, which will be appended to the
97           value of the -mcpu option. For example, if the selected CPU is
98           bf609, and then selected CPU revision is "0.0", then gcc will
99           receive the -mcpu=bf609-0.0 option.
100
101 config BR2_READELF_ARCH_NAME
102         default "Analog Devices Blackfin"
This page took 0.033208 seconds and 4 git commands to generate.