mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-24 15:56:49 +00:00
894f483d20
Removed upstreamed: bcm53xx/patches-5.10/033-v5.16-0014-ARM-dts-NSP-Fix-mpcore-mmc-node-names.patch Manually rebased: ipq806x/patches-5.10/086-ipq8064-fix-duplicate-node.patch All other patches automatically rebased. Build system: x86_64 Build-tested: bcm2711/RPi4B, ipq806x/R7800 Run-tested: bcm2711/RPi4B, ipq806x/R7800 Signed-off-by: John Audia <graysky@archlinux.us>
16 lines
482 B
Diff
16 lines
482 B
Diff
--- a/drivers/watchdog/Kconfig
|
|
+++ b/drivers/watchdog/Kconfig
|
|
@@ -997,10 +997,10 @@ config RTD119X_WATCHDOG
|
|
|
|
config REALTEK_OTTO_WDT
|
|
tristate "Realtek Otto MIPS watchdog support"
|
|
- depends on MACH_REALTEK_RTL || COMPILE_TEST
|
|
+ depends on RTL838X
|
|
depends on COMMON_CLK
|
|
select WATCHDOG_CORE
|
|
- default MACH_REALTEK_RTL
|
|
+ default RTL838X
|
|
help
|
|
Say Y here to include support for the watchdog timer on Realtek
|
|
RTL838x, RTL839x, RTL930x SoCs. This watchdog has pretimeout
|