blob: 039d6b0a45aaf68af5178e94a72787521b0ff5c4 [file] [log] [blame]
Paul Barker387d4272023-10-16 10:25:27 +01001# Copyright (C) 2023 Renesas Electronics Corporation
2# SPDX-License-Identifier: GPL-2.0+
3
4if RZG2L
5
Paul Barkera4b3e082023-10-16 10:25:28 +01006config R9A07G044L
7 bool "Renesas R9A07G044L SoC"
Paul Barker1918ff52023-10-16 10:25:29 +01008 imply CLK_R9A07G044
Paul Barkera4b3e082023-10-16 10:25:28 +01009 help
10 Enable support for the Renesas R9A07G044L (RZ/G2L) SoC.
11
Paul Barker387d4272023-10-16 10:25:27 +010012config MULTI_DTB_FIT_UNCOMPRESS_SZ
13 default 0x80000 if TARGET_RZG2L_SMARC_EVK
14
15config MULTI_DTB_FIT_USER_DEF_ADDR
16 default 0x49000000 if TARGET_RZG2L_SMARC_EVK
17
18endif