]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc5xxx/Kconfig
eec9d7deac8952228e87752a437addb08a9b885d
[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_CANMB
18         bool "Support canmb"
19
20 config TARGET_CM5200
21         bool "Support cm5200"
22
23 config TARGET_INKA4X0
24         bool "Support inka4x0"
25
26 config TARGET_IPEK01
27         bool "Support ipek01"
28
29 config TARGET_JUPITER
30         bool "Support jupiter"
31
32 config TARGET_MOTIONPRO
33         bool "Support motionpro"
34
35 config TARGET_MUNICES
36         bool "Support munices"
37
38 config TARGET_V38B
39         bool "Support v38b"
40
41 config TARGET_O2D
42         bool "Support O2D"
43
44 config TARGET_O2D300
45         bool "Support O2D300"
46
47 config TARGET_O2DNT2
48         bool "Support O2DNT2"
49
50 config TARGET_O2I
51         bool "Support O2I"
52
53 config TARGET_O2MNT
54         bool "Support O2MNT"
55
56 config TARGET_O3DNT
57         bool "Support O3DNT"
58
59 config TARGET_DIGSY_MTC
60         bool "Support digsy_mtc"
61
62 config TARGET_PCM030
63         bool "Support pcm030"
64
65 config TARGET_CHARON
66         bool "Support charon"
67
68 config TARGET_TQM5200
69         bool "Support TQM5200"
70
71 endchoice
72
73 source "board/a3m071/Kconfig"
74 source "board/a4m072/Kconfig"
75 source "board/canmb/Kconfig"
76 source "board/cm5200/Kconfig"
77 source "board/ifm/o2dnt2/Kconfig"
78 source "board/inka4x0/Kconfig"
79 source "board/intercontrol/digsy_mtc/Kconfig"
80 source "board/ipek01/Kconfig"
81 source "board/jupiter/Kconfig"
82 source "board/motionpro/Kconfig"
83 source "board/munices/Kconfig"
84 source "board/phytec/pcm030/Kconfig"
85 source "board/tqc/tqm5200/Kconfig"
86 source "board/v38b/Kconfig"
87
88 endmenu