2014-07-30 05:08:14 +00:00
|
|
|
menu "mpc83xx CPU"
|
|
|
|
depends on MPC83xx
|
|
|
|
|
|
|
|
config SYS_CPU
|
|
|
|
default "mpc83xx"
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Target select"
|
2015-05-12 19:46:23 +00:00
|
|
|
optional
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_MPC8308_P1M
|
|
|
|
bool "Support mpc8308_p1m"
|
|
|
|
|
|
|
|
config TARGET_SBC8349
|
|
|
|
bool "Support sbc8349"
|
|
|
|
|
|
|
|
config TARGET_VE8313
|
|
|
|
bool "Support ve8313"
|
|
|
|
|
|
|
|
config TARGET_VME8349
|
|
|
|
bool "Support vme8349"
|
|
|
|
|
|
|
|
config TARGET_MPC8308RDB
|
|
|
|
bool "Support MPC8308RDB"
|
2016-12-28 16:43:42 +00:00
|
|
|
select SYS_FSL_ERRATUM_ESDHC111
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_MPC8313ERDB
|
|
|
|
bool "Support MPC8313ERDB"
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2018-07-23 13:55:13 +00:00
|
|
|
select SUPPORT_SPL
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_MPC8315ERDB
|
|
|
|
bool "Support MPC8315ERDB"
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_MPC8323ERDB
|
|
|
|
bool "Support MPC8323ERDB"
|
|
|
|
|
|
|
|
config TARGET_MPC832XEMDS
|
|
|
|
bool "Support MPC832XEMDS"
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_MPC8349EMDS
|
|
|
|
bool "Support MPC8349EMDS"
|
2018-07-23 13:55:13 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2016-12-28 16:43:40 +00:00
|
|
|
select SYS_FSL_DDR
|
|
|
|
select SYS_FSL_DDR_BE
|
2018-07-23 13:55:13 +00:00
|
|
|
select SYS_FSL_HAS_DDR2
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_MPC8349ITX
|
|
|
|
bool "Support MPC8349ITX"
|
2017-05-17 09:25:39 +00:00
|
|
|
imply CMD_IRQ
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_MPC837XEMDS
|
|
|
|
bool "Support MPC837XEMDS"
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2017-06-15 03:28:24 +00:00
|
|
|
imply CMD_SATA
|
2017-12-08 13:36:17 +00:00
|
|
|
imply FSL_SATA
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_MPC837XERDB
|
|
|
|
bool "Support MPC837XERDB"
|
2017-01-23 20:31:20 +00:00
|
|
|
select BOARD_EARLY_INIT_F
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_IDS8313
|
|
|
|
bool "Support ids8313"
|
2015-03-31 03:48:03 +00:00
|
|
|
select DM
|
2018-07-23 13:55:14 +00:00
|
|
|
imply CMD_DM
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_KM8360
|
|
|
|
bool "Support km8360"
|
2017-04-27 04:28:03 +00:00
|
|
|
imply CMD_CRAMFS
|
2017-04-27 04:28:08 +00:00
|
|
|
imply CMD_DIAG
|
2017-04-27 04:28:04 +00:00
|
|
|
imply FS_CRAMFS
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_SUVD3
|
|
|
|
bool "Support suvd3"
|
2017-04-27 04:28:03 +00:00
|
|
|
imply CMD_CRAMFS
|
2017-04-27 04:28:04 +00:00
|
|
|
imply FS_CRAMFS
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_TUXX1
|
|
|
|
bool "Support tuxx1"
|
2017-04-27 04:28:03 +00:00
|
|
|
imply CMD_CRAMFS
|
2017-04-27 04:28:04 +00:00
|
|
|
imply FS_CRAMFS
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
config TARGET_TQM834X
|
|
|
|
bool "Support TQM834x"
|
|
|
|
|
2014-11-13 18:21:18 +00:00
|
|
|
config TARGET_HRCON
|
|
|
|
bool "Support hrcon"
|
2016-12-28 16:43:42 +00:00
|
|
|
select SYS_FSL_ERRATUM_ESDHC111
|
2014-11-13 18:21:18 +00:00
|
|
|
|
2015-10-28 10:46:32 +00:00
|
|
|
config TARGET_STRIDER
|
|
|
|
bool "Support strider"
|
2016-12-28 16:43:42 +00:00
|
|
|
select SYS_FSL_ERRATUM_ESDHC111
|
2017-08-04 22:34:32 +00:00
|
|
|
imply CMD_PCA953X
|
2015-10-28 10:46:32 +00:00
|
|
|
|
2014-07-30 05:08:14 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
source "board/esd/vme8349/Kconfig"
|
|
|
|
source "board/freescale/mpc8308rdb/Kconfig"
|
|
|
|
source "board/freescale/mpc8313erdb/Kconfig"
|
|
|
|
source "board/freescale/mpc8315erdb/Kconfig"
|
|
|
|
source "board/freescale/mpc8323erdb/Kconfig"
|
|
|
|
source "board/freescale/mpc832xemds/Kconfig"
|
|
|
|
source "board/freescale/mpc8349emds/Kconfig"
|
|
|
|
source "board/freescale/mpc8349itx/Kconfig"
|
|
|
|
source "board/freescale/mpc837xemds/Kconfig"
|
|
|
|
source "board/freescale/mpc837xerdb/Kconfig"
|
|
|
|
source "board/ids/ids8313/Kconfig"
|
|
|
|
source "board/keymile/km83xx/Kconfig"
|
|
|
|
source "board/mpc8308_p1m/Kconfig"
|
|
|
|
source "board/sbc8349/Kconfig"
|
|
|
|
source "board/tqc/tqm834x/Kconfig"
|
|
|
|
source "board/ve8313/Kconfig"
|
2014-11-13 18:21:18 +00:00
|
|
|
source "board/gdsys/mpc8308/Kconfig"
|
2014-07-30 05:08:14 +00:00
|
|
|
|
|
|
|
endmenu
|