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

watchdog: Enable RZV2HWDT driver depend on ARCH_RENESAS

RZ/G3E watchdog timer IP is similar to the one found on RZ/V2H. Both these
SoCs belong to the ARCH_RENESAS family. So, it makes sense to use
ARCH_RENESAS rather than ARCH_R9A09G057 to enable the RZV2HWDT driver.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20250126132633.31956-3-biju.das.jz@bp.renesas.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>

authored by

Biju Das and committed by
Wim Van Sebroeck
331c8349 f285bd8c

+4 -3
+4 -3
drivers/watchdog/Kconfig
··· 963 963 Renesas RZ/G2L SoCs. These watchdogs can be used to reset a system. 964 964 965 965 config RENESAS_RZV2HWDT 966 - tristate "Renesas RZ/V2H(P) WDT Watchdog" 967 - depends on ARCH_R9A09G057 || COMPILE_TEST 966 + tristate "Renesas RZ/{G3E,V2H(P)} WDT Watchdog" 967 + depends on ARCH_RENESAS || COMPILE_TEST 968 968 depends on PM || COMPILE_TEST 969 969 select WATCHDOG_CORE 970 970 help 971 971 This driver adds watchdog support for the integrated watchdogs in the 972 - Renesas RZ/V2H(P) SoCs. These watchdogs can be used to reset a system. 972 + Renesas RZ/{G3E,V2H(P)} SoCs. These watchdogs can be used to reset a 973 + system. 973 974 974 975 config ASPEED_WATCHDOG 975 976 tristate "Aspeed BMC watchdog support"