blob: e1199808d5b30fb60d43078a81eb0286bc1cdfed [file] [log] [blame]
Gregory CLEMENTf8c8ced2018-12-14 16:16:50 +01001# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3if SOC_LUTON
4
5config SYS_VENDOR
6 default "mscc"
7
8config SYS_BOARD
9 default "luton"
10
11config SYS_CONFIG_NAME
12 default "luton"
13
14endif