summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--target/linux/config/Config.in.watchdog11
-rw-r--r--target/mipsel/sys-available/mikrotik-rb5321
2 files changed, 12 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.watchdog b/target/linux/config/Config.in.watchdog
index 69e54e129..08e884a01 100644
--- a/target/linux/config/Config.in.watchdog
+++ b/target/linux/config/Config.in.watchdog
@@ -61,6 +61,17 @@ config ADK_KERNEL_GEODE_WDT
help
Geode watchdog.
+config ADK_KERNEL_RC32434_WDT
+ prompt ".................................. IDT RC32434 Hardware Watchdog"
+ boolean
+ select ADK_KERNEL_WATCHDOG
+ default y if ADK_TARGET_SYSTEM_MIKROTIK_RB532
+ default n
+ depends on ADK_TARGET_SYSTEM_MIKROTIK_RB532
+ help
+ Support for the hardware watchdog inside
+ Routerboard 532's SoC, the IDT RC32434.
+
config ADK_KPACKAGE_KMOD_SOFT_WATCHDOG
prompt "kmod-softdog...................... Software watchdog"
tristate
diff --git a/target/mipsel/sys-available/mikrotik-rb532 b/target/mipsel/sys-available/mikrotik-rb532
index 3e220428f..c73ef5f83 100644
--- a/target/mipsel/sys-available/mikrotik-rb532
+++ b/target/mipsel/sys-available/mikrotik-rb532
@@ -6,6 +6,7 @@ config ADK_TARGET_SYSTEM_MIKROTIK_RB532
select ADK_TARGET_WITH_WATCHDOG
select ADK_TARGET_WITH_CF
select ADK_TARGET_WITH_NAND
+ select ADK_TARGET_WITH_LEDS
select ADK_KERNEL_MIKROTIK_RB532
help
Support for Mikrotik RB532.