Explorar el Código

mikrotik-rb532: enable hardware watchdog support

Phil Sutter hace 13 años
padre
commit
bbb63d9637
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. 11 0
      target/linux/config/Config.in.watchdog

+ 11 - 0
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