blob: 20780ba68bd8caf69d834f87755d42368c32bc3b [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"
Mario Sixb2e701c2019-01-21 09:17:24 +010013 select ARCH_MPC8308
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090014
15config TARGET_SBC8349
16 bool "Support sbc8349"
17
18config TARGET_VE8313
19 bool "Support ve8313"
Mario Six9164bdd2019-01-21 09:17:25 +010020 select ARCH_MPC8313
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090021
22config TARGET_VME8349
23 bool "Support vme8349"
24
25config TARGET_MPC8308RDB
26 bool "Support MPC8308RDB"
Mario Sixb2e701c2019-01-21 09:17:24 +010027 select ARCH_MPC8308
York Sun097e3602016-12-28 08:43:42 -080028 select SYS_FSL_ERRATUM_ESDHC111
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090029
30config TARGET_MPC8313ERDB
31 bool "Support MPC8313ERDB"
Mario Six9164bdd2019-01-21 09:17:25 +010032 select ARCH_MPC8313
Simon Glass7a99a872017-01-23 13:31:20 -070033 select BOARD_EARLY_INIT_F
Michal Simek84f3dec2018-07-23 15:55:13 +020034 select SUPPORT_SPL
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090035
36config TARGET_MPC8315ERDB
37 bool "Support MPC8315ERDB"
Mario Six9164bdd2019-01-21 09:17:25 +010038 select ARCH_MPC8315
Simon Glass7a99a872017-01-23 13:31:20 -070039 select BOARD_EARLY_INIT_F
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090040
41config TARGET_MPC8323ERDB
42 bool "Support MPC8323ERDB"
43
44config TARGET_MPC832XEMDS
45 bool "Support MPC832XEMDS"
Simon Glass7a99a872017-01-23 13:31:20 -070046 select BOARD_EARLY_INIT_F
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090047
48config TARGET_MPC8349EMDS
49 bool "Support MPC8349EMDS"
Michal Simek84f3dec2018-07-23 15:55:13 +020050 select BOARD_EARLY_INIT_F
York Sund297d392016-12-28 08:43:40 -080051 select SYS_FSL_DDR
York Sund297d392016-12-28 08:43:40 -080052 select SYS_FSL_DDR_BE
Michal Simek84f3dec2018-07-23 15:55:13 +020053 select SYS_FSL_HAS_DDR2
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090054
55config TARGET_MPC8349ITX
56 bool "Support MPC8349ITX"
Simon Glass4c3a6202017-05-17 03:25:39 -060057 imply CMD_IRQ
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090058
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090059config TARGET_MPC837XEMDS
60 bool "Support MPC837XEMDS"
Simon Glass7a99a872017-01-23 13:31:20 -070061 select BOARD_EARLY_INIT_F
Simon Glass203b3ab2017-06-14 21:28:24 -060062 imply CMD_SATA
Tuomas Tynkkynen8df5dd32017-12-08 15:36:17 +020063 imply FSL_SATA
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090064
65config TARGET_MPC837XERDB
66 bool "Support MPC837XERDB"
Simon Glass7a99a872017-01-23 13:31:20 -070067 select BOARD_EARLY_INIT_F
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090068
69config TARGET_IDS8313
70 bool "Support ids8313"
Mario Six9164bdd2019-01-21 09:17:25 +010071 select ARCH_MPC8313
Masahiro Yamada51995c22015-03-31 12:48:03 +090072 select DM
Michal Simek2e7c8192018-07-23 15:55:14 +020073 imply CMD_DM
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090074
75config TARGET_KM8360
76 bool "Support km8360"
Simon Glass519805e2017-04-26 22:28:03 -060077 imply CMD_CRAMFS
Simon Glass20ea5632017-04-26 22:28:08 -060078 imply CMD_DIAG
Simon Glass690f5092017-04-26 22:28:04 -060079 imply FS_CRAMFS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090080
81config TARGET_SUVD3
82 bool "Support suvd3"
Mario Sixb2e701c2019-01-21 09:17:24 +010083 select ARCH_MPC8309 if SYS_EXTRA_OPTIONS="KMTEGR1"
84 select ARCH_MPC8309 if SYS_EXTRA_OPTIONS="KMVECT1"
Simon Glass519805e2017-04-26 22:28:03 -060085 imply CMD_CRAMFS
Simon Glass690f5092017-04-26 22:28:04 -060086 imply FS_CRAMFS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090087
88config TARGET_TUXX1
89 bool "Support tuxx1"
Simon Glass519805e2017-04-26 22:28:03 -060090 imply CMD_CRAMFS
Simon Glass690f5092017-04-26 22:28:04 -060091 imply FS_CRAMFS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090092
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090093config TARGET_TQM834X
94 bool "Support TQM834x"
95
Dirk Eibachf74a0272014-11-13 19:21:18 +010096config TARGET_HRCON
97 bool "Support hrcon"
Mario Sixb2e701c2019-01-21 09:17:24 +010098 select ARCH_MPC8308
York Sun097e3602016-12-28 08:43:42 -080099 select SYS_FSL_ERRATUM_ESDHC111
Dirk Eibachf74a0272014-11-13 19:21:18 +0100100
Dirk Eibachb355f172015-10-28 11:46:32 +0100101config TARGET_STRIDER
102 bool "Support strider"
Mario Sixb2e701c2019-01-21 09:17:24 +0100103 select ARCH_MPC8308
York Sun097e3602016-12-28 08:43:42 -0800104 select SYS_FSL_ERRATUM_ESDHC111
Simon Glassa9e7f2c2017-08-04 16:34:32 -0600105 imply CMD_PCA953X
Dirk Eibachb355f172015-10-28 11:46:32 +0100106
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900107endchoice
108
Mario Sixb2e701c2019-01-21 09:17:24 +0100109config ARCH_MPC830X
110 bool
111
112config ARCH_MPC8308
113 bool
114 select ARCH_MPC830X
115
116config ARCH_MPC8309
117 bool
118 select ARCH_MPC830X
119
Mario Six9164bdd2019-01-21 09:17:25 +0100120config ARCH_MPC831X
121 bool
122
123config ARCH_MPC8313
124 bool
125 select ARCH_MPC831X
126
127config ARCH_MPC8315
128 bool
129 select ARCH_MPC831X
130
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900131source "board/esd/vme8349/Kconfig"
132source "board/freescale/mpc8308rdb/Kconfig"
133source "board/freescale/mpc8313erdb/Kconfig"
134source "board/freescale/mpc8315erdb/Kconfig"
135source "board/freescale/mpc8323erdb/Kconfig"
136source "board/freescale/mpc832xemds/Kconfig"
137source "board/freescale/mpc8349emds/Kconfig"
138source "board/freescale/mpc8349itx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900139source "board/freescale/mpc837xemds/Kconfig"
140source "board/freescale/mpc837xerdb/Kconfig"
141source "board/ids/ids8313/Kconfig"
142source "board/keymile/km83xx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900143source "board/mpc8308_p1m/Kconfig"
144source "board/sbc8349/Kconfig"
145source "board/tqc/tqm834x/Kconfig"
146source "board/ve8313/Kconfig"
Dirk Eibachf74a0272014-11-13 19:21:18 +0100147source "board/gdsys/mpc8308/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900148
149endmenu