xref: /openbmc/u-boot/board/mscc/ocelot/Kconfig (revision 7e40d0a3)
1*6787c1ecSGregory CLEMENT# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2*6787c1ecSGregory CLEMENT
3*6787c1ecSGregory CLEMENTconfig SYS_VENDOR
4*6787c1ecSGregory CLEMENT	default "mscc"
5*6787c1ecSGregory CLEMENT
6*6787c1ecSGregory CLEMENTif SOC_OCELOT
7*6787c1ecSGregory CLEMENT
8*6787c1ecSGregory CLEMENTconfig SYS_BOARD
9*6787c1ecSGregory CLEMENT	default "ocelot"
10*6787c1ecSGregory CLEMENT
11*6787c1ecSGregory CLEMENTconfig SYS_CONFIG_NAME
12*6787c1ecSGregory CLEMENT	default "ocelot"
13*6787c1ecSGregory CLEMENT
14*6787c1ecSGregory CLEMENTendif
15