blob: c7b75704bebea4e9673027f1187ca81beff2a067 [file] [log] [blame]
Paul Barker60a0b942023-10-16 10:25:43 +01001# Copyright (C) 2023 Renesas Electronics Corporation
2# SPDX-License-Identifier: GPL-2.0+
3
4if TARGET_RZG2L_SMARC_EVK
5
6config SYS_SOC
Marek Vasute3f84ec2024-02-27 17:05:56 +01007 default "renesas"
Paul Barker60a0b942023-10-16 10:25:43 +01008
9config SYS_BOARD
10 default "rzg2l"
11
12config SYS_VENDOR
13 default "renesas"
14
15config SYS_CONFIG_NAME
16 default "rzg2l-smarc"
17
18endif