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