1# Copyright (c) 2025 Renesas Electronics Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4config SOC_SERIES_RZT2L
5	bool
6	select SOC_FAMILY_RENESAS_RZ
7	help
8	  Renesas RZ/T2L series
9
10config SOC_SERIES
11	default "rzt2l" if SOC_SERIES_RZT2L
12
13config SOC_R9A07G074M04GBG
14	bool
15	select SOC_SERIES_RZT2L
16	help
17	  R9A07G074M04GBG
18
19config SOC
20	default "r9a07g074m04gbg" if SOC_R9A07G074M04GBG
21