blob: 1335fc7ae8069638ac5c1eca58ec85a955fbb7b3 [file] [log] [blame]
Paul Barker4e655452023-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
7 default "rmobile"
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