mpc8xx: remove IP860 board support
[oweals/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_TQM823L
17         bool "Support TQM823L"
18
19 config TARGET_TQM823M
20         bool "Support TQM823M"
21
22 config TARGET_TQM850L
23         bool "Support TQM850L"
24
25 config TARGET_TQM850M
26         bool "Support TQM850M"
27
28 config TARGET_TQM855L
29         bool "Support TQM855L"
30
31 config TARGET_TQM855M
32         bool "Support TQM855M"
33
34 config TARGET_TQM860L
35         bool "Support TQM860L"
36
37 config TARGET_TQM860M
38         bool "Support TQM860M"
39
40 config TARGET_TQM862L
41         bool "Support TQM862L"
42
43 config TARGET_TQM862M
44         bool "Support TQM862M"
45
46 config TARGET_TQM866M
47         bool "Support TQM866M"
48
49 config TARGET_TQM885D
50         bool "Support TQM885D"
51
52 endchoice
53
54 source "board/cogent/Kconfig"
55 source "board/esteem192e/Kconfig"
56 source "board/tqc/tqm8xx/Kconfig"
57
58 endmenu