blob: 3ea62caada7d9021f45bdb4fefe037a24088497a [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001menu "mpc83xx CPU"
2 depends on MPC83xx
3
4config SYS_CPU
Masahiro Yamadadd840582014-07-30 14:08:14 +09005 default "mpc83xx"
6
7choice
8 prompt "Target select"
Joe Hershbergera26cd042015-05-12 14:46:23 -05009 optional
Masahiro Yamadadd840582014-07-30 14:08:14 +090010
11config TARGET_MPC8308_P1M
12 bool "Support mpc8308_p1m"
13
14config TARGET_SBC8349
15 bool "Support sbc8349"
16
17config TARGET_VE8313
18 bool "Support ve8313"
19
20config TARGET_VME8349
21 bool "Support vme8349"
22
23config TARGET_MPC8308RDB
24 bool "Support MPC8308RDB"
25
26config TARGET_MPC8313ERDB
27 bool "Support MPC8313ERDB"
Masahiro Yamada02627352014-10-20 17:45:56 +090028 select SUPPORT_SPL
Masahiro Yamadadd840582014-07-30 14:08:14 +090029
30config TARGET_MPC8315ERDB
31 bool "Support MPC8315ERDB"
32
33config TARGET_MPC8323ERDB
34 bool "Support MPC8323ERDB"
35
36config TARGET_MPC832XEMDS
37 bool "Support MPC832XEMDS"
38
39config TARGET_MPC8349EMDS
40 bool "Support MPC8349EMDS"
41
42config TARGET_MPC8349ITX
43 bool "Support MPC8349ITX"
44
Masahiro Yamadadd840582014-07-30 14:08:14 +090045config TARGET_MPC837XEMDS
46 bool "Support MPC837XEMDS"
47
48config TARGET_MPC837XERDB
49 bool "Support MPC837XERDB"
50
51config TARGET_IDS8313
52 bool "Support ids8313"
Masahiro Yamada2ea4cfde2015-03-31 12:48:03 +090053 select DM
Masahiro Yamadadd840582014-07-30 14:08:14 +090054
55config TARGET_KM8360
56 bool "Support km8360"
57
58config TARGET_SUVD3
59 bool "Support suvd3"
60
61config TARGET_TUXX1
62 bool "Support tuxx1"
63
Masahiro Yamadadd840582014-07-30 14:08:14 +090064config TARGET_TQM834X
65 bool "Support TQM834x"
66
Dirk Eibach50dcf892014-11-13 19:21:18 +010067config TARGET_HRCON
68 bool "Support hrcon"
69
Dirk Eibacha3f9d6c2015-10-28 11:46:32 +010070config TARGET_STRIDER
71 bool "Support strider"
72
Masahiro Yamadadd840582014-07-30 14:08:14 +090073endchoice
74
75source "board/esd/vme8349/Kconfig"
76source "board/freescale/mpc8308rdb/Kconfig"
77source "board/freescale/mpc8313erdb/Kconfig"
78source "board/freescale/mpc8315erdb/Kconfig"
79source "board/freescale/mpc8323erdb/Kconfig"
80source "board/freescale/mpc832xemds/Kconfig"
81source "board/freescale/mpc8349emds/Kconfig"
82source "board/freescale/mpc8349itx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +090083source "board/freescale/mpc837xemds/Kconfig"
84source "board/freescale/mpc837xerdb/Kconfig"
85source "board/ids/ids8313/Kconfig"
86source "board/keymile/km83xx/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +090087source "board/mpc8308_p1m/Kconfig"
88source "board/sbc8349/Kconfig"
89source "board/tqc/tqm834x/Kconfig"
90source "board/ve8313/Kconfig"
Dirk Eibach50dcf892014-11-13 19:21:18 +010091source "board/gdsys/mpc8308/Kconfig"
Masahiro Yamadadd840582014-07-30 14:08:14 +090092
93endmenu