blob: 30f8533f4c9d33af20af79c5054776d95beb4c43 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "mpc8xx CPU"
2 depends on 8xx
3
4config SYS_CPU
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "mpc8xx"
6
7choice
8 prompt "Target select"
9
10config TARGET_COGENT_MPC8XX
11 bool "Support cogent_mpc8xx"
12
13config TARGET_ESTEEM192E
14 bool "Support ESTEEM192E"
15
Masahiro Yamadadd840582014-07-30 14:08:14 +090016config TARGET_IP860
17 bool "Support IP860"
18
19config TARGET_IVML24
20 bool "Support IVML24"
21
22config TARGET_IVMS8
23 bool "Support IVMS8"
24
25config TARGET_LWMON
26 bool "Support lwmon"
27
28config TARGET_NETVIA
29 bool "Support NETVIA"
30
31config TARGET_R360MPI
32 bool "Support R360MPI"
33
34config TARGET_RRVISION
35 bool "Support RRvision"
36
Masahiro Yamadadd840582014-07-30 14:08:14 +090037config TARGET_SPD823TS
38 bool "Support SPD823TS"
39
Masahiro Yamadadd840582014-07-30 14:08:14 +090040config TARGET_KUP4K
41 bool "Support KUP4K"
42
43config TARGET_KUP4X
44 bool "Support KUP4X"
45
Masahiro Yamadadd840582014-07-30 14:08:14 +090046config TARGET_TQM823L
47 bool "Support TQM823L"
48
49config TARGET_TQM823M
50 bool "Support TQM823M"
51
52config TARGET_TQM850L
53 bool "Support TQM850L"
54
55config TARGET_TQM850M
56 bool "Support TQM850M"
57
58config TARGET_TQM855L
59 bool "Support TQM855L"
60
61config TARGET_TQM855M
62 bool "Support TQM855M"
63
64config TARGET_TQM860L
65 bool "Support TQM860L"
66
67config TARGET_TQM860M
68 bool "Support TQM860M"
69
70config TARGET_TQM862L
71 bool "Support TQM862L"
72
73config TARGET_TQM862M
74 bool "Support TQM862M"
75
76config TARGET_TQM866M
77 bool "Support TQM866M"
78
79config TARGET_TQM885D
80 bool "Support TQM885D"
81
Masahiro Yamadadd840582014-07-30 14:08:14 +090082endchoice
83
Masahiro Yamadadd840582014-07-30 14:08:14 +090084source "board/RRvision/Kconfig"
85source "board/cogent/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +090086source "board/esteem192e/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +090087source "board/ip860/Kconfig"
88source "board/ivm/Kconfig"
89source "board/kup/kup4k/Kconfig"
90source "board/kup/kup4x/Kconfig"
91source "board/lwmon/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +090092source "board/netvia/Kconfig"
93source "board/r360mpi/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +090094source "board/spd8xx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +090095source "board/tqc/tqm8xx/Kconfig"
96
97endmenu