MSCC: add board support for the Luton based evaluation board
[oweals/u-boot.git] / board / mscc / luton / Kconfig
1 # SPDX-License-Identifier: (GPL-2.0+ OR MIT)
2
3 if SOC_LUTON
4
5 config SYS_VENDOR
6         default "mscc"
7
8 config SYS_BOARD
9         default "luton"
10
11 config SYS_CONFIG_NAME
12         default "luton"
13
14 endif