]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/powerpc/cpu/mpc8xx/Kconfig
mx6sxsabresd: Add Ethernet support
[karo-tx-uboot.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_SXNI855T
51         bool "Support SXNI855T"
52
53 config TARGET_SPD823TS
54         bool "Support SPD823TS"
55
56 config TARGET_SVM_SC8XX
57         bool "Support svm_sc8xx"
58
59 config TARGET_MHPC
60         bool "Support MHPC"
61
62 config TARGET_TOP860
63         bool "Support TOP860"
64
65 config TARGET_KUP4K
66         bool "Support KUP4K"
67
68 config TARGET_KUP4X
69         bool "Support KUP4X"
70
71 config TARGET_ELPT860
72         bool "Support ELPT860"
73
74 config TARGET_UC100
75         bool "Support uc100"
76
77 config TARGET_STXXTC
78         bool "Support stxxtc"
79
80 config TARGET_FPS850L
81         bool "Support FPS850L"
82
83 config TARGET_FPS860L
84         bool "Support FPS860L"
85
86 config TARGET_NSCU
87         bool "Support NSCU"
88
89 config TARGET_SM850
90         bool "Support SM850"
91
92 config TARGET_TK885D
93         bool "Support TK885D"
94
95 config TARGET_TQM823L
96         bool "Support TQM823L"
97
98 config TARGET_TQM823M
99         bool "Support TQM823M"
100
101 config TARGET_TQM850L
102         bool "Support TQM850L"
103
104 config TARGET_TQM850M
105         bool "Support TQM850M"
106
107 config TARGET_TQM855L
108         bool "Support TQM855L"
109
110 config TARGET_TQM855M
111         bool "Support TQM855M"
112
113 config TARGET_TQM860L
114         bool "Support TQM860L"
115
116 config TARGET_TQM860M
117         bool "Support TQM860M"
118
119 config TARGET_TQM862L
120         bool "Support TQM862L"
121
122 config TARGET_TQM862M
123         bool "Support TQM862M"
124
125 config TARGET_TQM866M
126         bool "Support TQM866M"
127
128 config TARGET_TQM885D
129         bool "Support TQM885D"
130
131 config TARGET_VIRTLAB2
132         bool "Support virtlab2"
133
134 endchoice
135
136 source "board/LEOX/elpt860/Kconfig"
137 source "board/RRvision/Kconfig"
138 source "board/cogent/Kconfig"
139 source "board/eltec/mhpc/Kconfig"
140 source "board/emk/top860/Kconfig"
141 source "board/esteem192e/Kconfig"
142 source "board/flagadm/Kconfig"
143 source "board/gen860t/Kconfig"
144 source "board/hermes/Kconfig"
145 source "board/icu862/Kconfig"
146 source "board/ip860/Kconfig"
147 source "board/ivm/Kconfig"
148 source "board/kup/kup4k/Kconfig"
149 source "board/kup/kup4x/Kconfig"
150 source "board/lwmon/Kconfig"
151 source "board/manroland/uc100/Kconfig"
152 source "board/netvia/Kconfig"
153 source "board/r360mpi/Kconfig"
154 source "board/sixnet/Kconfig"
155 source "board/spd8xx/Kconfig"
156 source "board/stx/stxxtc/Kconfig"
157 source "board/svm_sc8xx/Kconfig"
158 source "board/tqc/tqm8xx/Kconfig"
159
160 endmenu