blob: 428a1290c4c77415d479d3d752c39b33d1b0dc99 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "mpc8xx CPU"
2 depends on 8xx
3
4config SYS_CPU
Masahiro Yamadadd840582014-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
Masahiro Yamadadd840582014-07-30 14:08:14 +090013config TARGET_TQM823L
14 bool "Support TQM823L"
15
16config TARGET_TQM823M
17 bool "Support TQM823M"
18
19config TARGET_TQM850L
20 bool "Support TQM850L"
21
22config TARGET_TQM850M
23 bool "Support TQM850M"
24
25config TARGET_TQM855L
26 bool "Support TQM855L"
27
28config TARGET_TQM855M
29 bool "Support TQM855M"
30
31config TARGET_TQM860L
32 bool "Support TQM860L"
33
34config TARGET_TQM860M
35 bool "Support TQM860M"
36
37config TARGET_TQM862L
38 bool "Support TQM862L"
39
40config TARGET_TQM862M
41 bool "Support TQM862M"
42
43config TARGET_TQM866M
44 bool "Support TQM866M"
45
46config TARGET_TQM885D
47 bool "Support TQM885D"
48
Masahiro Yamadadd840582014-07-30 14:08:14 +090049endchoice
50
Masahiro Yamadadd840582014-07-30 14:08:14 +090051source "board/cogent/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +090052source "board/tqc/tqm8xx/Kconfig"
53
54endmenu