]> git.ipfire.org Git - people/ms/u-boot.git/blame - arch/powerpc/cpu/mpc5xxx/Kconfig
powerpc: mpc5xxx: remove aev, TB5200 board support
[people/ms/u-boot.git] / arch / powerpc / cpu / mpc5xxx / Kconfig
CommitLineData
dd84058d
MY
1menu "mpc5xxx CPU"
2 depends on MPC5xxx
3
4config SYS_CPU
dd84058d
MY
5 default "mpc5xxx"
6
7choice
8 prompt "Target select"
9
10config TARGET_A3M071
11 bool "Support a3m071"
02627356 12 select SUPPORT_SPL
dd84058d
MY
13
14config TARGET_A4M072
15 bool "Support a4m072"
16
dd84058d
MY
17config TARGET_CANMB
18 bool "Support canmb"
19
20config TARGET_CM5200
21 bool "Support cm5200"
22
23config TARGET_GALAXY5200
24 bool "Support galaxy5200"
25
dd84058d
MY
26config TARGET_INKA4X0
27 bool "Support inka4x0"
28
29config TARGET_IPEK01
30 bool "Support ipek01"
31
32config TARGET_JUPITER
33 bool "Support jupiter"
34
dd84058d
MY
35config TARGET_MOTIONPRO
36 bool "Support motionpro"
37
38config TARGET_MUNICES
39 bool "Support munices"
40
dd84058d
MY
41config TARGET_V38B
42 bool "Support v38b"
43
dd84058d
MY
44config TARGET_O2D
45 bool "Support O2D"
46
47config TARGET_O2D300
48 bool "Support O2D300"
49
50config TARGET_O2DNT2
51 bool "Support O2DNT2"
52
53config TARGET_O2I
54 bool "Support O2I"
55
56config TARGET_O2MNT
57 bool "Support O2MNT"
58
59config TARGET_O3DNT
60 bool "Support O3DNT"
61
62config TARGET_DIGSY_MTC
63 bool "Support digsy_mtc"
64
dd84058d
MY
65config TARGET_PCM030
66 bool "Support pcm030"
67
dd84058d
MY
68config TARGET_CHARON
69 bool "Support charon"
70
dd84058d
MY
71config TARGET_TQM5200
72 bool "Support TQM5200"
73
74endchoice
75
76source "board/a3m071/Kconfig"
77source "board/a4m072/Kconfig"
dd84058d
MY
78source "board/canmb/Kconfig"
79source "board/cm5200/Kconfig"
dd84058d 80source "board/galaxy5200/Kconfig"
dd84058d
MY
81source "board/ifm/o2dnt2/Kconfig"
82source "board/inka4x0/Kconfig"
83source "board/intercontrol/digsy_mtc/Kconfig"
84source "board/ipek01/Kconfig"
85source "board/jupiter/Kconfig"
dd84058d
MY
86source "board/motionpro/Kconfig"
87source "board/munices/Kconfig"
88source "board/phytec/pcm030/Kconfig"
dd84058d
MY
89source "board/tqc/tqm5200/Kconfig"
90source "board/v38b/Kconfig"
91
92endmenu