diff options
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 |