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