blob: b5b26f9b3af277dafb876f2668d8b44b7eaeee07 [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"
Simon Glass41f661d2017-07-23 21:19:41 -060016 imply ENV_IS_IN_FLASH
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090017
18config TARGET_VE8313
19 bool "Support ve8313"
20
21config TARGET_VME8349
22 bool "Support vme8349"
23
24config TARGET_MPC8308RDB
25 bool "Support MPC8308RDB"
York Sun097e3602016-12-28 08:43:42 -080026 select SYS_FSL_ERRATUM_ESDHC111
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090027
28config TARGET_MPC8313ERDB
29 bool "Support MPC8313ERDB"
Masahiro Yamada6e0971b2014-10-20 17:45:56 +090030 select SUPPORT_SPL
Simon Glass7a99a872017-01-23 13:31:20 -070031 select BOARD_EARLY_INIT_F
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090032
33config TARGET_MPC8315ERDB
34 bool "Support MPC8315ERDB"
Simon Glass7a99a872017-01-23 13:31:20 -070035 select BOARD_EARLY_INIT_F
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090036
37config TARGET_MPC8323ERDB
38 bool "Support MPC8323ERDB"
39
40config TARGET_MPC832XEMDS
41 bool "Support MPC832XEMDS"
Simon Glass7a99a872017-01-23 13:31:20 -070042 select BOARD_EARLY_INIT_F
Simon Glass41f661d2017-07-23 21:19:41 -060043 imply ENV_IS_IN_FLASH
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090044
45config TARGET_MPC8349EMDS
46 bool "Support MPC8349EMDS"
York Sund297d392016-12-28 08:43:40 -080047 select SYS_FSL_DDR
48 select SYS_FSL_HAS_DDR2
49 select SYS_FSL_DDR_BE
Simon Glass7a99a872017-01-23 13:31:20 -070050 select BOARD_EARLY_INIT_F
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090051
52config TARGET_MPC8349ITX
53 bool "Support MPC8349ITX"
Simon Glass4c3a6202017-05-17 03:25:39 -060054 imply CMD_IRQ
Simon Glass41f661d2017-07-23 21:19:41 -060055 imply ENV_IS_IN_FLASH
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090056
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090057config TARGET_MPC837XEMDS
58 bool "Support MPC837XEMDS"
Simon Glass7a99a872017-01-23 13:31:20 -070059 select BOARD_EARLY_INIT_F
Simon Glass203b3ab2017-06-14 21:28:24 -060060 imply CMD_SATA
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090061
62config TARGET_MPC837XERDB
63 bool "Support MPC837XERDB"
Simon Glass7a99a872017-01-23 13:31:20 -070064 select BOARD_EARLY_INIT_F
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090065
66config TARGET_IDS8313
67 bool "Support ids8313"
Masahiro Yamada51995c22015-03-31 12:48:03 +090068 select DM
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090069
70config TARGET_KM8360
71 bool "Support km8360"
Simon Glass519805e2017-04-26 22:28:03 -060072 imply CMD_CRAMFS
Simon Glass20ea5632017-04-26 22:28:08 -060073 imply CMD_DIAG
Simon Glass690f5092017-04-26 22:28:04 -060074 imply FS_CRAMFS
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090075
76config TARGET_SUVD3
77 bool "Support suvd3"
Simon Glass519805e2017-04-26 22:28:03 -060078 imply CMD_CRAMFS
Simon Glass690f5092017-04-26 22:28:04 -060079 imply FS_CRAMFS
Simon Glass41f661d2017-07-23 21:19:41 -060080 imply ENV_IS_IN_FLASH
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090081
82config TARGET_TUXX1
83 bool "Support tuxx1"
Simon Glass519805e2017-04-26 22:28:03 -060084 imply CMD_CRAMFS
Simon Glass690f5092017-04-26 22:28:04 -060085 imply FS_CRAMFS
Simon Glass41f661d2017-07-23 21:19:41 -060086 imply ENV_IS_IN_FLASH
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090087
Masahiro Yamadad3ae6782014-07-30 14:08:14 +090088config TARGET_TQM834X
89 bool "Support TQM834x"
90
Dirk Eibachf74a0272014-11-13 19:21:18 +010091config TARGET_HRCON
92 bool "Support hrcon"
York Sun097e3602016-12-28 08:43:42 -080093 select SYS_FSL_ERRATUM_ESDHC111
Dirk Eibachf74a0272014-11-13 19:21:18 +010094
Dirk Eibachb355f172015-10-28 11:46:32 +010095config TARGET_STRIDER
96 bool "Support strider"
York Sun097e3602016-12-28 08:43:42 -080097 select SYS_FSL_ERRATUM_ESDHC111
Simon Glass41f661d2017-07-23 21:19:41 -060098 imply ENV_IS_IN_FLASH
Dirk Eibachb355f172015-10-28 11:46:32 +010099
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900100endchoice
101
102source "board/esd/vme8349/Kconfig"
103source "board/freescale/mpc8308rdb/Kconfig"
104source "board/freescale/mpc8313erdb/Kconfig"
105source "board/freescale/mpc8315erdb/Kconfig"
106source "board/freescale/mpc8323erdb/Kconfig"
107source "board/freescale/mpc832xemds/Kconfig"
108source "board/freescale/mpc8349emds/Kconfig"
109source "board/freescale/mpc8349itx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900110source "board/freescale/mpc837xemds/Kconfig"
111source "board/freescale/mpc837xerdb/Kconfig"
112source "board/ids/ids8313/Kconfig"
113source "board/keymile/km83xx/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900114source "board/mpc8308_p1m/Kconfig"
115source "board/sbc8349/Kconfig"
116source "board/tqc/tqm834x/Kconfig"
117source "board/ve8313/Kconfig"
Dirk Eibachf74a0272014-11-13 19:21:18 +0100118source "board/gdsys/mpc8308/Kconfig"
Masahiro Yamadad3ae6782014-07-30 14:08:14 +0900119
120endmenu