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