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