diff options
author | Arnd Bergmann <arnd@arndb.de> | 2024-12-20 19:48:32 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2024-12-20 19:48:32 +0300 |
commit | 220fcc13c0937d7e2b5d0cbfcfa1d45f0d7d896a (patch) | |
tree | 727962229b62e9cd32b0090af92022536c79d5f2 | |
parent | fac04efc5c793dccbd07e2d59af9f90b7fc0dca4 (diff) | |
parent | 12e0bd600e3c2f33f9db0e3b91f6b8d8d95b7dbe (diff) | |
download | linux-220fcc13c0937d7e2b5d0cbfcfa1d45f0d7d896a.tar.xz |
Merge tag 'renesas-drivers-for-v6.14-tag1' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/drivers
Renesas driver updates for v6.14
- Initial support for the Renesas RZ/G3E (R9A09G047) SoC.
* tag 'renesas-drivers-for-v6.14-tag1' of https://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
soc: renesas: Add RZ/G3E (R9A09G047) config option
Link: https://lore.kernel.org/r/cover.1734689801.git.geert+renesas@glider.be
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | drivers/soc/renesas/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/soc/renesas/Kconfig b/drivers/soc/renesas/Kconfig index 9f7fe02310b9..6d2e135eed89 100644 --- a/drivers/soc/renesas/Kconfig +++ b/drivers/soc/renesas/Kconfig @@ -345,6 +345,11 @@ config ARCH_R9A09G011 help This enables support for the Renesas RZ/V2M SoC. +config ARCH_R9A09G047 + bool "ARM64 Platform support for RZ/G3E" + help + This enables support for the Renesas RZ/G3E SoC variants. + config ARCH_R9A09G057 bool "ARM64 Platform support for RZ/V2H(P)" select RENESAS_RZV2H_ICU |