aboutsummaryrefslogtreecommitdiff
path: root/board/renesas/rzg2l/Kconfig
blob: 1335fc7ae8069638ac5c1eca58ec85a955fbb7b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright (C) 2023 Renesas Electronics Corporation
# SPDX-License-Identifier: GPL-2.0+

if TARGET_RZG2L_SMARC_EVK

config SYS_SOC
	default "rmobile"

config SYS_BOARD
	default "rzg2l"

config SYS_VENDOR
	default "renesas"

config SYS_CONFIG_NAME
	default "rzg2l-smarc"

endif