diff options
| author | Paul Barker <[email protected]> | 2023-10-16 10:25:28 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2023-10-16 15:46:18 +0200 |
| commit | a4b3e0865218078f5061383884d927f8f4d0fc72 (patch) | |
| tree | 89a1f61923f3dd9362c08280547296777f8b9844 | |
| parent | 387d4275ab0efaee890360e871e29d69d5f866bd (diff) | |
arm: rmobile: Add basic R9A07G044L SoC support
Add a config option for the R9A07G044L SoC used in the RZ/G2L so that we
can make use of this in the subsequent driver patches.
Signed-off-by: Paul Barker <[email protected]>
Reviewed-by: Biju Das <[email protected]>
Reviewed-by: Lad Prabhakar <[email protected]>
Reviewed-by: Marek Vasut <[email protected]>
| -rw-r--r-- | arch/arm/mach-rmobile/Kconfig.rzg2l | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.rzg2l b/arch/arm/mach-rmobile/Kconfig.rzg2l index 37ff6cd3416..eda04df5c61 100644 --- a/arch/arm/mach-rmobile/Kconfig.rzg2l +++ b/arch/arm/mach-rmobile/Kconfig.rzg2l @@ -3,6 +3,11 @@ if RZG2L +config R9A07G044L + bool "Renesas R9A07G044L SoC" + help + Enable support for the Renesas R9A07G044L (RZ/G2L) SoC. + config MULTI_DTB_FIT_UNCOMPRESS_SZ default 0x80000 if TARGET_RZG2L_SMARC_EVK |
