2021-11-26 13:29:01 +00:00
|
|
|
--- a/drivers/watchdog/Kconfig
|
|
|
|
+++ b/drivers/watchdog/Kconfig
|
2021-11-14 18:45:32 +00:00
|
|
|
@@ -997,10 +997,10 @@ config RTD119X_WATCHDOG
|
|
|
|
|
|
|
|
config REALTEK_OTTO_WDT
|
|
|
|
tristate "Realtek Otto MIPS watchdog support"
|
|
|
|
- depends on MACH_REALTEK_RTL || COMPILE_TEST
|
2021-12-29 20:54:21 +00:00
|
|
|
+ depends on RTL83XX
|
2021-11-14 18:45:32 +00:00
|
|
|
depends on COMMON_CLK
|
|
|
|
select WATCHDOG_CORE
|
|
|
|
- default MACH_REALTEK_RTL
|
2021-12-29 20:54:21 +00:00
|
|
|
+ default RTL83XX
|
2021-11-14 18:45:32 +00:00
|
|
|
help
|
|
|
|
Say Y here to include support for the watchdog timer on Realtek
|
|
|
|
RTL838x, RTL839x, RTL930x SoCs. This watchdog has pretimeout
|