]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc5xxx/Kconfig
Merge branch 'karo-tx-uboot' into kc-merge
[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         select SUPPORT_SPL
13
14 config TARGET_A4M072
15         bool "Support a4m072"
16
17 config TARGET_BC3450
18         bool "Support BC3450"
19
20 config TARGET_CANMB
21         bool "Support canmb"
22
23 config TARGET_CM5200
24         bool "Support cm5200"
25
26 config TARGET_GALAXY5200
27         bool "Support galaxy5200"
28
29 config TARGET_INKA4X0
30         bool "Support inka4x0"
31
32 config TARGET_IPEK01
33         bool "Support ipek01"
34
35 config TARGET_JUPITER
36         bool "Support jupiter"
37
38 config TARGET_MOTIONPRO
39         bool "Support motionpro"
40
41 config TARGET_MUNICES
42         bool "Support munices"
43
44 config TARGET_V38B
45         bool "Support v38b"
46
47 config TARGET_O2D
48         bool "Support O2D"
49
50 config TARGET_O2D300
51         bool "Support O2D300"
52
53 config TARGET_O2DNT2
54         bool "Support O2DNT2"
55
56 config TARGET_O2I
57         bool "Support O2I"
58
59 config TARGET_O2MNT
60         bool "Support O2MNT"
61
62 config TARGET_O3DNT
63         bool "Support O3DNT"
64
65 config TARGET_DIGSY_MTC
66         bool "Support digsy_mtc"
67
68 config TARGET_PCM030
69         bool "Support pcm030"
70
71 config TARGET_AEV
72         bool "Support aev"
73
74 config TARGET_CHARON
75         bool "Support charon"
76
77 config TARGET_TB5200
78         bool "Support TB5200"
79
80 config TARGET_TQM5200
81         bool "Support TQM5200"
82
83 endchoice
84
85 source "board/a3m071/Kconfig"
86 source "board/a4m072/Kconfig"
87 source "board/bc3450/Kconfig"
88 source "board/canmb/Kconfig"
89 source "board/cm5200/Kconfig"
90 source "board/galaxy5200/Kconfig"
91 source "board/ifm/o2dnt2/Kconfig"
92 source "board/inka4x0/Kconfig"
93 source "board/intercontrol/digsy_mtc/Kconfig"
94 source "board/ipek01/Kconfig"
95 source "board/jupiter/Kconfig"
96 source "board/motionpro/Kconfig"
97 source "board/munices/Kconfig"
98 source "board/phytec/pcm030/Kconfig"
99 source "board/tqc/tqm5200/Kconfig"
100 source "board/v38b/Kconfig"
101
102 endmenu