Kconfig (c771600c6af14749609b49565ffb4cac2959710d) Kconfig (331c8349605c8fa2f9040c39fe8c40afe3fdc3c3)
1# SPDX-License-Identifier: GPL-2.0-only
2
3#
4# Watchdog device configuration
5#
6
7menuconfig WATCHDOG
8 bool "Watchdog Timer Support"

--- 949 unchanged lines hidden (view full) ---

958 depends on ARCH_RZG2L || ARCH_R9A09G011 || COMPILE_TEST
959 depends on PM || COMPILE_TEST
960 select WATCHDOG_CORE
961 help
962 This driver adds watchdog support for the integrated watchdogs in the
963 Renesas RZ/G2L SoCs. These watchdogs can be used to reset a system.
964
965config RENESAS_RZV2HWDT
1# SPDX-License-Identifier: GPL-2.0-only
2
3#
4# Watchdog device configuration
5#
6
7menuconfig WATCHDOG
8 bool "Watchdog Timer Support"

--- 949 unchanged lines hidden (view full) ---

958 depends on ARCH_RZG2L || ARCH_R9A09G011 || COMPILE_TEST
959 depends on PM || COMPILE_TEST
960 select WATCHDOG_CORE
961 help
962 This driver adds watchdog support for the integrated watchdogs in the
963 Renesas RZ/G2L SoCs. These watchdogs can be used to reset a system.
964
965config 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 depends on PM || COMPILE_TEST
969 select WATCHDOG_CORE
970 help
971 This driver adds watchdog support for the integrated watchdogs in the
968 depends on PM || COMPILE_TEST
969 select WATCHDOG_CORE
970 help
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
974config ASPEED_WATCHDOG
975 tristate "Aspeed BMC watchdog support"
976 depends on ARCH_ASPEED || COMPILE_TEST
977 select WATCHDOG_CORE
978 help
979 Say Y here to include support for the watchdog timer
980 in Aspeed BMC SoCs.

--- 1332 unchanged lines hidden ---
974
975config ASPEED_WATCHDOG
976 tristate "Aspeed BMC watchdog support"
977 depends on ARCH_ASPEED || COMPILE_TEST
978 select WATCHDOG_CORE
979 help
980 Say Y here to include support for the watchdog timer
981 in Aspeed BMC SoCs.

--- 1332 unchanged lines hidden ---