]> git.ipfire.org Git - thirdparty/u-boot.git/blame - board/renesas/rzg2l/Kconfig
ARM: renesas: Rename arch-/mach-rmobile to arch-/mach-renesas
[thirdparty/u-boot.git] / board / renesas / rzg2l / Kconfig
CommitLineData
4e65545f
PB
1# Copyright (C) 2023 Renesas Electronics Corporation
2# SPDX-License-Identifier: GPL-2.0+
3
4if TARGET_RZG2L_SMARC_EVK
5
6config SYS_SOC
40b9d53c 7 default "renesas"
4e65545f
PB
8
9config SYS_BOARD
10 default "rzg2l"
11
12config SYS_VENDOR
13 default "renesas"
14
15config SYS_CONFIG_NAME
16 default "rzg2l-smarc"
17
18endif