mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-15 09:27:35 +00:00
845102cbe9
The kmtegr1 board is out of maintenance and can be removed. As it is the only board in the tree using MPC8309 the support for this CPU is dropped completely. Signed-off-by: Holger Brunck <holger.brunck@hitachienergy.com>
157 lines
2.1 KiB
Text
157 lines
2.1 KiB
Text
menu "KM 83xx Options"
|
|
depends on MPC83xx
|
|
|
|
config KM_ENABLE_FULL_DM_DTS_SUPPORT
|
|
bool "enable full DM/DTS support for KM 83xx boards"
|
|
default y
|
|
select CMD_DM
|
|
select DM
|
|
select DM_ETH
|
|
select DM_MDIO
|
|
select DM_SERIAL
|
|
select OF_CONTROL
|
|
select PINCTRL
|
|
select PINCTRL_QE
|
|
select PHYLIB
|
|
endmenu
|
|
|
|
config SYS_MEMTEST_START
|
|
default 0x00100000
|
|
|
|
config SYS_MEMTEST_END
|
|
default 0x00f00000
|
|
|
|
if TARGET_KMETER1
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kmeter1"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_MPC8360
|
|
imply CMD_CRAMFS
|
|
imply CMD_DIAG
|
|
imply FS_CRAMFS
|
|
|
|
endif
|
|
|
|
if TARGET_KMCOGE5NE
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kmcoge5ne"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_MPC8360
|
|
imply CMD_CRAMFS
|
|
imply CMD_DIAG
|
|
imply FS_CRAMFS
|
|
|
|
endif
|
|
|
|
if TARGET_TUXX1
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "tuxx1"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_MPC832X
|
|
imply CMD_CRAMFS
|
|
imply FS_CRAMFS
|
|
|
|
endif
|
|
|
|
if TARGET_KMSUPX5
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kmsupx5"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_MPC832X
|
|
imply CMD_CRAMFS
|
|
imply FS_CRAMFS
|
|
|
|
endif
|
|
|
|
if TARGET_TUGE1
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "tuge1"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_MPC832X
|
|
imply CMD_CRAMFS
|
|
imply FS_CRAMFS
|
|
|
|
endif
|
|
|
|
if TARGET_KMOPTI2
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kmopti2"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_MPC832X
|
|
imply CMD_CRAMFS
|
|
imply FS_CRAMFS
|
|
|
|
endif
|
|
|
|
if TARGET_KMTEPR2
|
|
|
|
config SYS_BOARD
|
|
default "km83xx"
|
|
|
|
config SYS_VENDOR
|
|
default "keymile"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "kmtepr2"
|
|
|
|
config BOARD_SPECIFIC_OPTIONS # dummy
|
|
def_bool y
|
|
select ARCH_MPC832X
|
|
imply CMD_CRAMFS
|
|
imply FS_CRAMFS
|
|
|
|
endif
|