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