u-boot-brain/board/laird/wb50n/Kconfig
Ben Whitten b2e01ff543 board: laird: add WB50N CPU module
This board is based on the Atmel sama5d3 eval boards.
Supporting the following features:
 - Boot from NAND Flash
 - Ethernet
 - FIT
 - SPL

Signed-off-by: Ben Whitten <ben.whitten@lairdtech.com>
Signed-off-by: Dan Kephart <dan.kephart@lairdtech.com>
2017-11-29 22:36:59 -05:00

13 lines
135 B
Plaintext

if TARGET_WB50N
config SYS_BOARD
default "wb50n"
config SYS_VENDOR
default "laird"
config SYS_CONFIG_NAME
default "wb50n"
endif