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