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