aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig25
1 files changed, 24 insertions, 1 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 08f41add1461..16f202350997 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -505,6 +505,16 @@ config MESON_WATCHDOG
505 To compile this driver as a module, choose M here: the 505 To compile this driver as a module, choose M here: the
506 module will be called meson_wdt. 506 module will be called meson_wdt.
507 507
508config MEDIATEK_WATCHDOG
509 tristate "Mediatek SoCs watchdog support"
510 depends on ARCH_MEDIATEK
511 select WATCHDOG_CORE
512 help
513 Say Y here to include support for the watchdog timer
514 in Mediatek SoCs.
515 To compile this driver as a module, choose M here: the
516 module will be called mtk_wdt.
517
508# AVR32 Architecture 518# AVR32 Architecture
509 519
510config AT32AP700X_WDT 520config AT32AP700X_WDT
@@ -1005,6 +1015,8 @@ config W83627HF_WDT
1005 NCT6775 1015 NCT6775
1006 NCT6776 1016 NCT6776
1007 NCT6779 1017 NCT6779
1018 NCT6791
1019 NCT6792
1008 1020
1009 This watchdog simply watches your kernel to make sure it doesn't 1021 This watchdog simply watches your kernel to make sure it doesn't
1010 freeze, and if it does, it reboots your computer after a certain 1022 freeze, and if it does, it reboots your computer after a certain
@@ -1101,7 +1113,7 @@ config ATH79_WDT
1101 1113
1102config BCM47XX_WDT 1114config BCM47XX_WDT
1103 tristate "Broadcom BCM47xx Watchdog Timer" 1115 tristate "Broadcom BCM47xx Watchdog Timer"
1104 depends on BCM47XX 1116 depends on BCM47XX || ARCH_BCM_5301X
1105 select WATCHDOG_CORE 1117 select WATCHDOG_CORE
1106 help 1118 help
1107 Hardware driver for the Broadcom BCM47xx Watchdog Timer. 1119 Hardware driver for the Broadcom BCM47xx Watchdog Timer.
@@ -1235,6 +1247,17 @@ config BCM_KONA_WDT_DEBUG
1235 1247
1236 If in doubt, say 'N'. 1248 If in doubt, say 'N'.
1237 1249
1250config IMGPDC_WDT
1251 tristate "Imagination Technologies PDC Watchdog Timer"
1252 depends on HAS_IOMEM
1253 depends on METAG || MIPS || COMPILE_TEST
1254 help
1255 Driver for Imagination Technologies PowerDown Controller
1256 Watchdog Timer.
1257
1258 To compile this driver as a loadable module, choose M here.
1259 The module will be called imgpdc_wdt.
1260
1238config LANTIQ_WDT 1261config LANTIQ_WDT
1239 tristate "Lantiq SoC watchdog" 1262 tristate "Lantiq SoC watchdog"
1240 depends on LANTIQ 1263 depends on LANTIQ