Paul Barker | 387d427 | 2023-10-16 10:25:27 +0100 | [diff] [blame] | 1 | # Copyright (C) 2023 Renesas Electronics Corporation |
| 2 | # SPDX-License-Identifier: GPL-2.0+ |
| 3 | |
| 4 | if RZG2L |
| 5 | |
Paul Barker | a4b3e08 | 2023-10-16 10:25:28 +0100 | [diff] [blame] | 6 | config R9A07G044L |
| 7 | bool "Renesas R9A07G044L SoC" |
Paul Barker | 1918ff5 | 2023-10-16 10:25:29 +0100 | [diff] [blame] | 8 | imply CLK_R9A07G044 |
Paul Barker | a4b3e08 | 2023-10-16 10:25:28 +0100 | [diff] [blame] | 9 | help |
| 10 | Enable support for the Renesas R9A07G044L (RZ/G2L) SoC. |
| 11 | |
Paul Barker | 4e65545 | 2023-10-16 10:25:43 +0100 | [diff] [blame] | 12 | choice |
| 13 | prompt "Renesas RZ/G2L Family Board selection" |
| 14 | default TARGET_RZG2L_SMARC_EVK |
| 15 | |
| 16 | config TARGET_RZG2L_SMARC_EVK |
| 17 | bool "Renesas RZ/G2L SMARC EVK" |
| 18 | imply R9A07G044L |
| 19 | help |
| 20 | Enable support for the RZ/G2L SMARC evaluation board. |
| 21 | |
| 22 | source "board/renesas/rzg2l/Kconfig" |
| 23 | |
| 24 | endchoice |
| 25 | |
Paul Barker | 387d427 | 2023-10-16 10:25:27 +0100 | [diff] [blame] | 26 | config MULTI_DTB_FIT_UNCOMPRESS_SZ |
| 27 | default 0x80000 if TARGET_RZG2L_SMARC_EVK |
| 28 | |
| 29 | config MULTI_DTB_FIT_USER_DEF_ADDR |
| 30 | default 0x49000000 if TARGET_RZG2L_SMARC_EVK |
| 31 | |
| 32 | endif |