xref: /openbmc/u-boot/arch/powerpc/cpu/mpc8xx/Kconfig (revision 2e07c249)
1menu "mpc8xx CPU"
2	depends on 8xx
3
4config SYS_CPU
5	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
16config TARGET_HERMES
17	bool "Support hermes"
18
19config TARGET_IP860
20	bool "Support IP860"
21
22config TARGET_IVML24
23	bool "Support IVML24"
24
25config TARGET_IVMS8
26	bool "Support IVMS8"
27
28config TARGET_LWMON
29	bool "Support lwmon"
30
31config TARGET_NETVIA
32	bool "Support NETVIA"
33
34config TARGET_R360MPI
35	bool "Support R360MPI"
36
37config TARGET_RRVISION
38	bool "Support RRvision"
39
40config TARGET_SPD823TS
41	bool "Support SPD823TS"
42
43config TARGET_TOP860
44	bool "Support TOP860"
45
46config TARGET_KUP4K
47	bool "Support KUP4K"
48
49config TARGET_KUP4X
50	bool "Support KUP4X"
51
52config TARGET_ELPT860
53	bool "Support ELPT860"
54
55config TARGET_UC100
56	bool "Support uc100"
57
58config TARGET_FPS850L
59	bool "Support FPS850L"
60
61config TARGET_FPS860L
62	bool "Support FPS860L"
63
64config TARGET_NSCU
65	bool "Support NSCU"
66
67config TARGET_SM850
68	bool "Support SM850"
69
70config TARGET_TK885D
71	bool "Support TK885D"
72
73config TARGET_TQM823L
74	bool "Support TQM823L"
75
76config TARGET_TQM823M
77	bool "Support TQM823M"
78
79config TARGET_TQM850L
80	bool "Support TQM850L"
81
82config TARGET_TQM850M
83	bool "Support TQM850M"
84
85config TARGET_TQM855L
86	bool "Support TQM855L"
87
88config TARGET_TQM855M
89	bool "Support TQM855M"
90
91config TARGET_TQM860L
92	bool "Support TQM860L"
93
94config TARGET_TQM860M
95	bool "Support TQM860M"
96
97config TARGET_TQM862L
98	bool "Support TQM862L"
99
100config TARGET_TQM862M
101	bool "Support TQM862M"
102
103config TARGET_TQM866M
104	bool "Support TQM866M"
105
106config TARGET_TQM885D
107	bool "Support TQM885D"
108
109config TARGET_VIRTLAB2
110	bool "Support virtlab2"
111
112endchoice
113
114source "board/LEOX/elpt860/Kconfig"
115source "board/RRvision/Kconfig"
116source "board/cogent/Kconfig"
117source "board/esteem192e/Kconfig"
118source "board/hermes/Kconfig"
119source "board/ip860/Kconfig"
120source "board/ivm/Kconfig"
121source "board/kup/kup4k/Kconfig"
122source "board/kup/kup4x/Kconfig"
123source "board/lwmon/Kconfig"
124source "board/manroland/uc100/Kconfig"
125source "board/netvia/Kconfig"
126source "board/r360mpi/Kconfig"
127source "board/spd8xx/Kconfig"
128source "board/tqc/tqm8xx/Kconfig"
129
130endmenu
131