blob: 61140f89bf21d1526bbd74e64c47e109e0e22c2e [file] [log] [blame]
Horatiu Vultur036d9592019-01-17 15:33:28 +01001# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3config SYS_VENDOR
4 default "mscc"
5
6if SOC_SERVALT
7
8config SYS_BOARD
9 default "servalt"
10
11config SYS_CONFIG_NAME
12 default "servalt"
13
14endif