33fff0c78b05a76cb16672df750f2d5a4ad3ea6e
[platform/kernel/u-boot.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_IP860
17         bool "Support IP860"
18
19 config TARGET_IVML24
20         bool "Support IVML24"
21
22 config TARGET_IVMS8
23         bool "Support IVMS8"
24
25 config TARGET_LWMON
26         bool "Support lwmon"
27
28 config TARGET_NETVIA
29         bool "Support NETVIA"
30
31 config TARGET_R360MPI
32         bool "Support R360MPI"
33
34 config TARGET_RRVISION
35         bool "Support RRvision"
36
37 config TARGET_SPD823TS
38         bool "Support SPD823TS"
39
40 config TARGET_KUP4K
41         bool "Support KUP4K"
42
43 config TARGET_KUP4X
44         bool "Support KUP4X"
45
46 config TARGET_ELPT860
47         bool "Support ELPT860"
48
49 config TARGET_UC100
50         bool "Support uc100"
51
52 config TARGET_TQM823L
53         bool "Support TQM823L"
54
55 config TARGET_TQM823M
56         bool "Support TQM823M"
57
58 config TARGET_TQM850L
59         bool "Support TQM850L"
60
61 config TARGET_TQM850M
62         bool "Support TQM850M"
63
64 config TARGET_TQM855L
65         bool "Support TQM855L"
66
67 config TARGET_TQM855M
68         bool "Support TQM855M"
69
70 config TARGET_TQM860L
71         bool "Support TQM860L"
72
73 config TARGET_TQM860M
74         bool "Support TQM860M"
75
76 config TARGET_TQM862L
77         bool "Support TQM862L"
78
79 config TARGET_TQM862M
80         bool "Support TQM862M"
81
82 config TARGET_TQM866M
83         bool "Support TQM866M"
84
85 config TARGET_TQM885D
86         bool "Support TQM885D"
87
88 endchoice
89
90 source "board/LEOX/elpt860/Kconfig"
91 source "board/RRvision/Kconfig"
92 source "board/cogent/Kconfig"
93 source "board/esteem192e/Kconfig"
94 source "board/ip860/Kconfig"
95 source "board/ivm/Kconfig"
96 source "board/kup/kup4k/Kconfig"
97 source "board/kup/kup4x/Kconfig"
98 source "board/lwmon/Kconfig"
99 source "board/manroland/uc100/Kconfig"
100 source "board/netvia/Kconfig"
101 source "board/r360mpi/Kconfig"
102 source "board/spd8xx/Kconfig"
103 source "board/tqc/tqm8xx/Kconfig"
104
105 endmenu