blob: 184063c40bf9a3e1f8efb0080ae3957a9585dacd [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"
York Sun097e3602016-12-28 08:43:42 -080025 select SYS_FSL_ERRATUM_ESDHC111
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090026
27config TARGET_MPC8313ERDB
28 bool "Support MPC8313ERDB"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +090029 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090030
31config TARGET_MPC8315ERDB
32 bool "Support MPC8315ERDB"
33
34config TARGET_MPC8323ERDB
35 bool "Support MPC8323ERDB"
36
37config TARGET_MPC832XEMDS
38 bool "Support MPC832XEMDS"
39
40config TARGET_MPC8349EMDS
41 bool "Support MPC8349EMDS"
York Sund297d392016-12-28 08:43:40 -080042 select SYS_FSL_DDR
43 select SYS_FSL_HAS_DDR2
44 select SYS_FSL_DDR_BE
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090045
46config TARGET_MPC8349ITX
47 bool "Support MPC8349ITX"
48
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090049config TARGET_MPC837XEMDS
50 bool "Support MPC837XEMDS"
51
52config TARGET_MPC837XERDB
53 bool "Support MPC837XERDB"
54
55config TARGET_IDS8313
56 bool "Support ids8313"
Masahiro Yamada51995c22015-03-31 12:48:03 +090057 select DM
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090058
59config TARGET_KM8360
60 bool "Support km8360"
61
62config TARGET_SUVD3
63 bool "Support suvd3"
64
65config TARGET_TUXX1
66 bool "Support tuxx1"
67
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090068config TARGET_TQM834X
69 bool "Support TQM834x"
70
Dirk Eibachf74a0272014-11-13 19:21:18 +010071config TARGET_HRCON
72 bool "Support hrcon"
York Sun097e3602016-12-28 08:43:42 -080073 select SYS_FSL_ERRATUM_ESDHC111
Dirk Eibachf74a0272014-11-13 19:21:18 +010074
Dirk Eibachb355f172015-10-28 11:46:32 +010075config TARGET_STRIDER
76 bool "Support strider"
York Sun097e3602016-12-28 08:43:42 -080077 select SYS_FSL_ERRATUM_ESDHC111
Dirk Eibachb355f172015-10-28 11:46:32 +010078
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090079endchoice
80
81source "board/esd/vme8349/Kconfig"
82source "board/freescale/mpc8308rdb/Kconfig"
83source "board/freescale/mpc8313erdb/Kconfig"
84source "board/freescale/mpc8315erdb/Kconfig"
85source "board/freescale/mpc8323erdb/Kconfig"
86source "board/freescale/mpc832xemds/Kconfig"
87source "board/freescale/mpc8349emds/Kconfig"
88source "board/freescale/mpc8349itx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090089source "board/freescale/mpc837xemds/Kconfig"
90source "board/freescale/mpc837xerdb/Kconfig"
91source "board/ids/ids8313/Kconfig"
92source "board/keymile/km83xx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090093source "board/mpc8308_p1m/Kconfig"
94source "board/sbc8349/Kconfig"
95source "board/tqc/tqm834x/Kconfig"
96source "board/ve8313/Kconfig"
Dirk Eibachf74a0272014-11-13 19:21:18 +010097source "board/gdsys/mpc8308/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090098
99endmenu