u-boot/board/traverse/ten64/Kconfig
Mathew McBride a1d2fd3874 board: traverse: add initial Ten64 support
The Ten64 is a networking-oriented MiniITX board
using the NXP LS1088A SoC.

This patch provides the bare minimum to support
Ten64 boards under U-Boot for distroboot.

Some related drivers have not yet been submitted
and this basic support lacks some of the
opinionated defaults provided by our firmware
distribution.

Signed-off-by: Mathew McBride <matt@traverse.com.au>
[Rebased]
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
2022-02-01 15:04:24 +05:30

17 lines
220 B
Text

if TARGET_TEN64
config SYS_BOARD
default "ten64"
config SYS_VENDOR
default "traverse"
config SYS_SOC
default "fsl-layerscape"
config SYS_CONFIG_NAME
default "ten64"
endif
source "board/traverse/common/Kconfig"