blob: 4d47d05d2dd438486ff749f351228574ce4f721a [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "mpc8xx CPU"
2 depends on 8xx
3
4config SYS_CPU
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09005 default "mpc8xx"
6
7choice
8 prompt "Target select"
9
10config TARGET_COGENT_MPC8XX
11 bool "Support cogent_mpc8xx"
12
13config TARGET_ESTEEM192E
14 bool "Support ESTEEM192E"
15
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090016config TARGET_IP860
17 bool "Support IP860"
18
19config TARGET_IVML24
20 bool "Support IVML24"
21
22config TARGET_IVMS8
23 bool "Support IVMS8"
24
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090025config TARGET_TQM823L
26 bool "Support TQM823L"
27
28config TARGET_TQM823M
29 bool "Support TQM823M"
30
31config TARGET_TQM850L
32 bool "Support TQM850L"
33
34config TARGET_TQM850M
35 bool "Support TQM850M"
36
37config TARGET_TQM855L
38 bool "Support TQM855L"
39
40config TARGET_TQM855M
41 bool "Support TQM855M"
42
43config TARGET_TQM860L
44 bool "Support TQM860L"
45
46config TARGET_TQM860M
47 bool "Support TQM860M"
48
49config TARGET_TQM862L
50 bool "Support TQM862L"
51
52config TARGET_TQM862M
53 bool "Support TQM862M"
54
55config TARGET_TQM866M
56 bool "Support TQM866M"
57
58config TARGET_TQM885D
59 bool "Support TQM885D"
60
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090061endchoice
62
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090063source "board/cogent/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090064source "board/esteem192e/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090065source "board/ip860/Kconfig"
66source "board/ivm/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090067source "board/tqc/tqm8xx/Kconfig"
68
69endmenu