diff options
author | Marek Vasut <marex@denx.de> | 2018-10-04 21:24:14 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-10-16 10:34:19 +0200 |
commit | 39cb4f3c25a1cafbe867d0951d2d54b475a68990 (patch) | |
tree | 4332524a79735e7c85884433ab07c74a294dc05f /arch/arm/mach-imx | |
parent | ed85f771902b624891062d3c0fbd6fbf2f4d0982 (diff) | |
download | u-boot-39cb4f3c25a1cafbe867d0951d2d54b475a68990.tar.gz u-boot-39cb4f3c25a1cafbe867d0951d2d54b475a68990.tar.bz2 u-boot-39cb4f3c25a1cafbe867d0951d2d54b475a68990.zip |
arm: mx5: Add M53Menlo board
Add Menlosystems M53 board, based on the M53 SoM.
This board has Ethernet, USB host, USB gadget, UART and LCD on it.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/mx5/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/mx5/Kconfig b/arch/arm/mach-imx/mx5/Kconfig index 051b15dbff..29051c40f3 100644 --- a/arch/arm/mach-imx/mx5/Kconfig +++ b/arch/arm/mach-imx/mx5/Kconfig @@ -30,6 +30,11 @@ config TARGET_KP_IMX53 select MX53 imply CMD_DM +config TARGET_M53MENLO + bool "Support m53menlo" + select MX53 + select SUPPORT_SPL + config TARGET_MX51EVK bool "Support mx51evk" select BOARD_LATE_INIT @@ -89,6 +94,7 @@ source "board/freescale/mx53smd/Kconfig" source "board/ge/mx53ppd/Kconfig" source "board/inversepath/usbarmory/Kconfig" source "board/k+p/kp_imx53/Kconfig" +source "board/menlo/m53menlo/Kconfig" source "board/technologic/ts4800/Kconfig" endif |