]> Git Repo - J-u-boot.git/blob - board/mscc/serval/Kconfig
MSCC: Add board support for Serval SoC family.
[J-u-boot.git] / board / mscc / serval / Kconfig
1 # SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3 config SYS_VENDOR
4         default "mscc"
5
6 if SOC_SERVAL
7
8 config SYS_BOARD
9         default "serval"
10
11 config SYS_CONFIG_NAME
12         default "serval"
13
14 endif
This page took 0.02669 seconds and 4 git commands to generate.