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