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