summaryrefslogtreecommitdiff
path: root/board/mscc/luton/Kconfig
blob: e1199808d5b30fb60d43078a81eb0286bc1cdfed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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