blob: e8bcbe98a140d4e09e6bccee78aeb7c5fc0eb277 [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
Masahiro Yamadadd840582014-07-30 14:08:14 +090010config TARGET_TQM823L
11 bool "Support TQM823L"
12
13config TARGET_TQM823M
14 bool "Support TQM823M"
15
16config TARGET_TQM850L
17 bool "Support TQM850L"
18
19config TARGET_TQM850M
20 bool "Support TQM850M"
21
22config TARGET_TQM855L
23 bool "Support TQM855L"
24
25config TARGET_TQM855M
26 bool "Support TQM855M"
27
28config TARGET_TQM860L
29 bool "Support TQM860L"
30
31config TARGET_TQM860M
32 bool "Support TQM860M"
33
34config TARGET_TQM862L
35 bool "Support TQM862L"
36
37config TARGET_TQM862M
38 bool "Support TQM862M"
39
40config TARGET_TQM866M
41 bool "Support TQM866M"
42
43config TARGET_TQM885D
44 bool "Support TQM885D"
45
Masahiro Yamadadd840582014-07-30 14:08:14 +090046endchoice
47
Masahiro Yamadadd840582014-07-30 14:08:14 +090048source "board/tqc/tqm8xx/Kconfig"
49
50endmenu