summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-03-13 21:47:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-03-13 21:47:50 +0100
commit489709c1cd89ab6fa8fd2f15748367ac11121a9d (patch)
tree638b6d104a6587cbdb19b02a988159bd30428ac7 /target
parent2af0538f5ac7387f005b884840a7c55c7d21d084 (diff)
banana-pro: add watchdog driver
Diffstat (limited to 'target')
-rw-r--r--target/linux/config/Config.in.watchdog9
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