Skip to content

Commit 331c834

Browse files
bijudasWim Van Sebroeck
authored andcommitted
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 <[email protected]> Reviewed-by: Geert Uytterhoeven <[email protected]> Reviewed-by: Guenter Roeck <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]> Signed-off-by: Wim Van Sebroeck <[email protected]>
1 parent f285bd8 commit 331c834

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

drivers/watchdog/Kconfig

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -963,13 +963,14 @@ config RENESAS_RZG2LWDT
963963
Renesas RZ/G2L SoCs. These watchdogs can be used to reset a system.
964964

965965
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
968968
depends on PM || COMPILE_TEST
969969
select WATCHDOG_CORE
970970
help
971971
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.
973974

974975
config ASPEED_WATCHDOG
975976
tristate "Aspeed BMC watchdog support"

0 commit comments

Comments
 (0)