summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2014-12-08 12:32:52 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2014-12-08 12:32:52 +0100
commit7a5dca9e6a7bce1a45ef6f79ac3df698013c683d (patch)
tree7a3702115f365978eb25db3ec75c85d4fd185af2 /target/linux
parent444d0ea061cabd9851ba0e144a94a10271ca6c79 (diff)
add watchdog support for raspberry pi
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/config/Config.in.watchdog10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.watchdog b/target/linux/config/Config.in.watchdog
index 24c62dc5e..582977d52 100644
--- a/target/linux/config/Config.in.watchdog
+++ b/target/linux/config/Config.in.watchdog
@@ -15,6 +15,16 @@ config ADK_KERNEL_CS5535_CLOCK_EVENT_SRC
menu "Watchdog driver support"
+config ADK_KERNEL_BCM2708_WDT
+ prompt "BCM2708 Hardware Watchdog"
+ boolean
+ select ADK_KERNEL_WATCHDOG
+ depends on ADK_TARGET_SYSTEM_RASPBERRY_PI
+ default y if ADK_TARGET_SYSTEM_RASPBERRY_PI
+ default n
+ help
+ Watchdog driver for Raspberry Pi.
+
config ADK_KERNEL_IMX2_WDT
prompt "IMX6 Hardware Watchdog"
boolean