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