Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'renesas-drivers-for-v6.20-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel into soc/drivers

Renesas driver updates for v6.20

- Enable Interrupt Controller (ICU) support on the RZ/N2H SoC.

* tag 'renesas-drivers-for-v6.20-tag1' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/renesas-devel:
soc: renesas: Enable ICU support on RZ/N2H

Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+1
+1
drivers/soc/renesas/Kconfig
··· 429 429 config ARCH_R9A09G087 430 430 bool "ARM64 Platform support for R9A09G087 (RZ/N2H)" 431 431 default y if ARCH_RENESAS 432 + select RENESAS_RZT2H_ICU 432 433 help 433 434 This enables support for the Renesas RZ/N2H SoC variants. 434 435