xref: /rk3399_rockchip-uboot/arch/powerpc/cpu/mpc8xx/Kconfig (revision d1a4aafd71991a3ddff97f7b6ec91b0952e2f4b6)
1menu "mpc8xx CPU"
2	depends on 8xx
3
4config SYS_CPU
5	string
6	default "mpc8xx"
7
8choice
9	prompt "Target select"
10
11config TARGET_COGENT_MPC8XX
12	bool "Support cogent_mpc8xx"
13
14config TARGET_ESTEEM192E
15	bool "Support ESTEEM192E"
16
17config TARGET_FLAGADM
18	bool "Support FLAGADM"
19
20config TARGET_GEN860T
21	bool "Support GEN860T"
22
23config TARGET_HERMES
24	bool "Support hermes"
25
26config TARGET_ICU862
27	bool "Support ICU862"
28
29config TARGET_IP860
30	bool "Support IP860"
31
32config TARGET_IVML24
33	bool "Support IVML24"
34
35config TARGET_IVMS8
36	bool "Support IVMS8"
37
38config TARGET_LWMON
39	bool "Support lwmon"
40
41config TARGET_NETVIA
42	bool "Support NETVIA"
43
44config TARGET_R360MPI
45	bool "Support R360MPI"
46
47config TARGET_RRVISION
48	bool "Support RRvision"
49
50config TARGET_SXNI855T
51	bool "Support SXNI855T"
52
53config TARGET_SPD823TS
54	bool "Support SPD823TS"
55
56config TARGET_MHPC
57	bool "Support MHPC"
58
59config TARGET_TOP860
60	bool "Support TOP860"
61
62config TARGET_KUP4K
63	bool "Support KUP4K"
64
65config TARGET_KUP4X
66	bool "Support KUP4X"
67
68config TARGET_ELPT860
69	bool "Support ELPT860"
70
71config TARGET_UC100
72	bool "Support uc100"
73
74config TARGET_FPS850L
75	bool "Support FPS850L"
76
77config TARGET_FPS860L
78	bool "Support FPS860L"
79
80config TARGET_NSCU
81	bool "Support NSCU"
82
83config TARGET_SM850
84	bool "Support SM850"
85
86config TARGET_TK885D
87	bool "Support TK885D"
88
89config TARGET_TQM823L
90	bool "Support TQM823L"
91
92config TARGET_TQM823M
93	bool "Support TQM823M"
94
95config TARGET_TQM850L
96	bool "Support TQM850L"
97
98config TARGET_TQM850M
99	bool "Support TQM850M"
100
101config TARGET_TQM855L
102	bool "Support TQM855L"
103
104config TARGET_TQM855M
105	bool "Support TQM855M"
106
107config TARGET_TQM860L
108	bool "Support TQM860L"
109
110config TARGET_TQM860M
111	bool "Support TQM860M"
112
113config TARGET_TQM862L
114	bool "Support TQM862L"
115
116config TARGET_TQM862M
117	bool "Support TQM862M"
118
119config TARGET_TQM866M
120	bool "Support TQM866M"
121
122config TARGET_TQM885D
123	bool "Support TQM885D"
124
125config TARGET_VIRTLAB2
126	bool "Support virtlab2"
127
128endchoice
129
130source "board/LEOX/elpt860/Kconfig"
131source "board/RRvision/Kconfig"
132source "board/cogent/Kconfig"
133source "board/eltec/mhpc/Kconfig"
134source "board/emk/top860/Kconfig"
135source "board/esteem192e/Kconfig"
136source "board/flagadm/Kconfig"
137source "board/gen860t/Kconfig"
138source "board/hermes/Kconfig"
139source "board/icu862/Kconfig"
140source "board/ip860/Kconfig"
141source "board/ivm/Kconfig"
142source "board/kup/kup4k/Kconfig"
143source "board/kup/kup4x/Kconfig"
144source "board/lwmon/Kconfig"
145source "board/manroland/uc100/Kconfig"
146source "board/netvia/Kconfig"
147source "board/r360mpi/Kconfig"
148source "board/sixnet/Kconfig"
149source "board/spd8xx/Kconfig"
150source "board/tqc/tqm8xx/Kconfig"
151
152endmenu
153