u-boot-brain/board/mscc/luton/Kconfig
Gregory CLEMENT f8c8cedd7a MSCC: add board support for the Luton based evaluation board
Adding the support for the Luton boards PCB91 which share common code with
the Ocelots boards, including board code, device tree and configuration.

Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
2018-12-19 15:23:01 +01:00

15 lines
177 B
Plaintext

# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
if SOC_LUTON
config SYS_VENDOR
default "mscc"
config SYS_BOARD
default "luton"
config SYS_CONFIG_NAME
default "luton"
endif