blob: 31913fe29f4ecad9cc12d84f91618696f061b082 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "Blackfin architecture"
2 depends on BLACKFIN
3
4config SYS_ARCH
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "blackfin"
6
7choice
8 prompt "Target select"
9
10config TARGET_BCT_BRETTL2
11 bool "Support bct-brettl2"
12
13config TARGET_BF506F_EZKIT
14 bool "Support bf506f-ezkit"
15
16config TARGET_BF518F_EZBRD
17 bool "Support bf518f-ezbrd"
18
19config TARGET_BF525_UCR2
20 bool "Support bf525-ucr2"
21
22config TARGET_BF526_EZBRD
23 bool "Support bf526-ezbrd"
24
25config TARGET_BF527_AD7160_EVAL
26 bool "Support bf527-ad7160-eval"
27
28config TARGET_BF527_EZKIT
29 bool "Support bf527-ezkit"
30
31config TARGET_BF527_SDP
32 bool "Support bf527-sdp"
33
34config TARGET_BF533_EZKIT
35 bool "Support bf533-ezkit"
36
37config TARGET_BF533_STAMP
38 bool "Support bf533-stamp"
39
40config TARGET_BF537_MINOTAUR
41 bool "Support bf537-minotaur"
42
43config TARGET_BF537_PNAV
44 bool "Support bf537-pnav"
45
46config TARGET_BF537_SRV1
47 bool "Support bf537-srv1"
48
49config TARGET_BF537_STAMP
50 bool "Support bf537-stamp"
51
52config TARGET_BF538F_EZKIT
53 bool "Support bf538f-ezkit"
54
55config TARGET_BF548_EZKIT
56 bool "Support bf548-ezkit"
57
58config TARGET_BF561_ACVILON
59 bool "Support bf561-acvilon"
60
61config TARGET_BF561_EZKIT
62 bool "Support bf561-ezkit"
63
64config TARGET_BF609_EZKIT
65 bool "Support bf609-ezkit"
66
67config TARGET_BLACKSTAMP
68 bool "Support blackstamp"
69
70config TARGET_BLACKVME
71 bool "Support blackvme"
72
73config TARGET_BR4
74 bool "Support br4"
75
76config TARGET_CM_BF527
77 bool "Support cm-bf527"
78
79config TARGET_CM_BF533
80 bool "Support cm-bf533"
81
82config TARGET_CM_BF537E
83 bool "Support cm-bf537e"
84
85config TARGET_CM_BF537U
86 bool "Support cm-bf537u"
87
88config TARGET_CM_BF548
89 bool "Support cm-bf548"
90
91config TARGET_CM_BF561
92 bool "Support cm-bf561"
93
94config TARGET_DNP5370
95 bool "Support dnp5370"
96
97config TARGET_IBF_DSP561
98 bool "Support ibf-dsp561"
99
100config TARGET_IP04
101 bool "Support ip04"
102
103config TARGET_PR1
104 bool "Support pr1"
105
106config TARGET_TCM_BF518
107 bool "Support tcm-bf518"
108
109config TARGET_TCM_BF537
110 bool "Support tcm-bf537"
111
112endchoice
113
114source "board/bct-brettl2/Kconfig"
115source "board/bf506f-ezkit/Kconfig"
116source "board/bf518f-ezbrd/Kconfig"
117source "board/bf525-ucr2/Kconfig"
118source "board/bf526-ezbrd/Kconfig"
119source "board/bf527-ad7160-eval/Kconfig"
120source "board/bf527-ezkit/Kconfig"
121source "board/bf527-sdp/Kconfig"
122source "board/bf533-ezkit/Kconfig"
123source "board/bf533-stamp/Kconfig"
124source "board/bf537-minotaur/Kconfig"
125source "board/bf537-pnav/Kconfig"
126source "board/bf537-srv1/Kconfig"
127source "board/bf537-stamp/Kconfig"
128source "board/bf538f-ezkit/Kconfig"
129source "board/bf548-ezkit/Kconfig"
130source "board/bf561-acvilon/Kconfig"
131source "board/bf561-ezkit/Kconfig"
132source "board/bf609-ezkit/Kconfig"
133source "board/blackstamp/Kconfig"
134source "board/blackvme/Kconfig"
135source "board/br4/Kconfig"
136source "board/cm-bf527/Kconfig"
137source "board/cm-bf533/Kconfig"
138source "board/cm-bf537e/Kconfig"
139source "board/cm-bf537u/Kconfig"
140source "board/cm-bf548/Kconfig"
141source "board/cm-bf561/Kconfig"
142source "board/dnp5370/Kconfig"
143source "board/ibf-dsp561/Kconfig"
144source "board/ip04/Kconfig"
145source "board/pr1/Kconfig"
146source "board/tcm-bf518/Kconfig"
147source "board/tcm-bf537/Kconfig"
148
149endmenu