blob: 6e4a93172fa471167e2ab09722174d5343564815 [file] [log] [blame]
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09001menu "mpc83xx CPU"
2 depends on MPC83xx
3
4config SYS_CPU
Masahiro Yamadad3ae6782014-07-30 14:08:14 +09005 default "mpc83xx"
6
7choice
8 prompt "Target select"
Joe Hershbergerf0699602015-05-12 14:46:23 -05009 optional
Masahiro Yamadad3ae6782014-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 Yamada6e0971b2014-10-20 17:45:56 +090028 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-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"
York Sund297d392016-12-28 08:43:40 -080041 select SYS_FSL_DDR
42 select SYS_FSL_HAS_DDR2
43 select SYS_FSL_DDR_BE
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090044
45config TARGET_MPC8349ITX
46 bool "Support MPC8349ITX"
47
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090048config TARGET_MPC837XEMDS
49 bool "Support MPC837XEMDS"
50
51config TARGET_MPC837XERDB
52 bool "Support MPC837XERDB"
53
54config TARGET_IDS8313
55 bool "Support ids8313"
Masahiro Yamada51995c22015-03-31 12:48:03 +090056 select DM
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090057
58config TARGET_KM8360
59 bool "Support km8360"
60
61config TARGET_SUVD3
62 bool "Support suvd3"
63
64config TARGET_TUXX1
65 bool "Support tuxx1"
66
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090067config TARGET_TQM834X
68 bool "Support TQM834x"
69
Dirk Eibachf74a0272014-11-13 19:21:18 +010070config TARGET_HRCON
71 bool "Support hrcon"
72
Dirk Eibachb355f172015-10-28 11:46:32 +010073config TARGET_STRIDER
74 bool "Support strider"
75
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090076endchoice
77
78source "board/esd/vme8349/Kconfig"
79source "board/freescale/mpc8308rdb/Kconfig"
80source "board/freescale/mpc8313erdb/Kconfig"
81source "board/freescale/mpc8315erdb/Kconfig"
82source "board/freescale/mpc8323erdb/Kconfig"
83source "board/freescale/mpc832xemds/Kconfig"
84source "board/freescale/mpc8349emds/Kconfig"
85source "board/freescale/mpc8349itx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090086source "board/freescale/mpc837xemds/Kconfig"
87source "board/freescale/mpc837xerdb/Kconfig"
88source "board/ids/ids8313/Kconfig"
89source "board/keymile/km83xx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090090source "board/mpc8308_p1m/Kconfig"
91source "board/sbc8349/Kconfig"
92source "board/tqc/tqm834x/Kconfig"
93source "board/ve8313/Kconfig"
Dirk Eibachf74a0272014-11-13 19:21:18 +010094source "board/gdsys/mpc8308/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090095
96endmenu