]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc5xxx/Kconfig
kconfig: remove redundant "string" type in arch and board Kconfigs
[karo-tx-uboot.git] / arch / powerpc / cpu / mpc5xxx / Kconfig
1 menu "mpc5xxx CPU"
2         depends on MPC5xxx
3
4 config SYS_CPU
5         default "mpc5xxx"
6
7 choice
8         prompt "Target select"
9
10 config TARGET_A3M071
11         bool "Support a3m071"
12
13 config TARGET_A4M072
14         bool "Support a4m072"
15
16 config TARGET_BC3450
17         bool "Support BC3450"
18
19 config TARGET_CANMB
20         bool "Support canmb"
21
22 config TARGET_CM5200
23         bool "Support cm5200"
24
25 config TARGET_GALAXY5200
26         bool "Support galaxy5200"
27
28 config TARGET_ICECUBE
29         bool "Support IceCube"
30
31 config TARGET_INKA4X0
32         bool "Support inka4x0"
33
34 config TARGET_IPEK01
35         bool "Support ipek01"
36
37 config TARGET_JUPITER
38         bool "Support jupiter"
39
40 config TARGET_MCC200
41         bool "Support mcc200"
42
43 config TARGET_MOTIONPRO
44         bool "Support motionpro"
45
46 config TARGET_MUNICES
47         bool "Support munices"
48
49 config TARGET_PM520
50         bool "Support PM520"
51
52 config TARGET_TOTAL5200
53         bool "Support Total5200"
54
55 config TARGET_V38B
56         bool "Support v38b"
57
58 config TARGET_TOP5200
59         bool "Support TOP5200"
60
61 config TARGET_CPCI5200
62         bool "Support cpci5200"
63
64 config TARGET_MECP5200
65         bool "Support mecp5200"
66
67 config TARGET_PF5200
68         bool "Support pf5200"
69
70 config TARGET_O2D
71         bool "Support O2D"
72
73 config TARGET_O2D300
74         bool "Support O2D300"
75
76 config TARGET_O2DNT2
77         bool "Support O2DNT2"
78
79 config TARGET_O2I
80         bool "Support O2I"
81
82 config TARGET_O2MNT
83         bool "Support O2MNT"
84
85 config TARGET_O3DNT
86         bool "Support O3DNT"
87
88 config TARGET_DIGSY_MTC
89         bool "Support digsy_mtc"
90
91 config TARGET_HMI1001
92         bool "Support hmi1001"
93
94 config TARGET_MUCMC52
95         bool "Support mucmc52"
96
97 config TARGET_UC101
98         bool "Support uc101"
99
100 config TARGET_MVBC_P
101         bool "Support MVBC_P"
102
103 config TARGET_MVSMR
104         bool "Support MVSMR"
105
106 config TARGET_PCM030
107         bool "Support pcm030"
108
109 config TARGET_AEV
110         bool "Support aev"
111
112 config TARGET_CHARON
113         bool "Support charon"
114
115 config TARGET_TB5200
116         bool "Support TB5200"
117
118 config TARGET_TQM5200
119         bool "Support TQM5200"
120
121 endchoice
122
123 source "board/a3m071/Kconfig"
124 source "board/a4m072/Kconfig"
125 source "board/bc3450/Kconfig"
126 source "board/canmb/Kconfig"
127 source "board/cm5200/Kconfig"
128 source "board/emk/top5200/Kconfig"
129 source "board/esd/cpci5200/Kconfig"
130 source "board/esd/mecp5200/Kconfig"
131 source "board/esd/pf5200/Kconfig"
132 source "board/galaxy5200/Kconfig"
133 source "board/icecube/Kconfig"
134 source "board/ifm/o2dnt2/Kconfig"
135 source "board/inka4x0/Kconfig"
136 source "board/intercontrol/digsy_mtc/Kconfig"
137 source "board/ipek01/Kconfig"
138 source "board/jupiter/Kconfig"
139 source "board/manroland/hmi1001/Kconfig"
140 source "board/manroland/mucmc52/Kconfig"
141 source "board/manroland/uc101/Kconfig"
142 source "board/matrix_vision/mvbc_p/Kconfig"
143 source "board/matrix_vision/mvsmr/Kconfig"
144 source "board/mcc200/Kconfig"
145 source "board/motionpro/Kconfig"
146 source "board/munices/Kconfig"
147 source "board/phytec/pcm030/Kconfig"
148 source "board/pm520/Kconfig"
149 source "board/total5200/Kconfig"
150 source "board/tqc/tqm5200/Kconfig"
151 source "board/v38b/Kconfig"
152
153 endmenu