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