diff options
-rw-r--r-- | target/linux/config/Config.in.watchdog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.watchdog b/target/linux/config/Config.in.watchdog index e348bfbb5..037fcdf07 100644 --- a/target/linux/config/Config.in.watchdog +++ b/target/linux/config/Config.in.watchdog @@ -83,6 +83,15 @@ config ADK_KERNEL_RC32434_WDT Support for the hardware watchdog inside Routerboard 532's SoC, the IDT RC32434. +config ADK_KERNEL_SUNXI_WATCHDOG + bool "SunXi Hardware Watchdog" + depends on ADK_TARGET_SYSTEM_BANANA_PRO + select ADK_KERNEL_WATCHDOG + default y if ADK_TARGET_SYSTEM_BANANA_PRO + default n + help + Support for SunXi hardware watchdog. + config ADK_KERNEL_SOFT_WATCHDOG tristate "Software watchdog" select ADK_KERNEL_WATCHDOG |