blob: 68a2de8ca777c1899deccf208b1041d3697b5f9e [file] [log] [blame]
Horatiu Vulturc75c9082019-01-12 18:57:00 +01001# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3config SYS_VENDOR
4 default "mscc"
5
6if SOC_JR2
7
8config SYS_BOARD
9 default "jr2"
10
11config SYS_CONFIG_NAME
12 default "jr2"
13
14endif
15