diff options
author | Paul Cercueil <paul@crapouillou.net> | 2010-12-05 15:08:22 -0500 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2011-03-15 12:01:44 -0400 |
commit | f865c35224bb310a1b464062ae1e946d261708e3 (patch) | |
tree | ecd0bd8052872aae601cf5ed9e62852655aed87c /drivers/watchdog/Kconfig | |
parent | 4bc30272a15c58fc358bde093703d23bc0cf8e66 (diff) |
watchdog: add JZ4740 watchdog driver
Adds support for the hardware watchdog found in Ingenic's jz4740
System-on-Chip.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 229a9c1506b6..6041692e2107 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -905,6 +905,12 @@ config INDYDOG | |||
905 | timer expired and no process has written to /dev/watchdog during | 905 | timer expired and no process has written to /dev/watchdog during |
906 | that time. | 906 | that time. |
907 | 907 | ||
908 | config JZ4740_WDT | ||
909 | tristate "Ingenic jz4740 SoC hardware watchdog" | ||
910 | depends on MACH_JZ4740 | ||
911 | help | ||
912 | Hardware driver for the built-in watchdog timer on Ingenic jz4740 SoCs. | ||
913 | |||
908 | config WDT_MTX1 | 914 | config WDT_MTX1 |
909 | tristate "MTX-1 Hardware Watchdog" | 915 | tristate "MTX-1 Hardware Watchdog" |
910 | depends on MIPS_MTX1 | 916 | depends on MIPS_MTX1 |