u-boot-brain/board/laird/wb45n/Kconfig
Ben Whitten 5aaef60077 board: laird: add WB45N CPU module
This board is based on the Atmel 9x5 eval board.
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_WB45N
config SYS_BOARD
default "wb45n"
config SYS_VENDOR
default "laird"
config SYS_CONFIG_NAME
default "wb45n"
endif