aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorDavid Cohen <david.a.cohen@linux.intel.com>2014-04-15 16:06:05 -0400
committerWim Van Sebroeck <wim@iguana.be>2014-06-10 15:48:16 -0400
commit87a1ef8058d9ab26bc289ea4f27bc3c11ce9acb8 (patch)
tree3133c076fe94a89a1870a22ba9ca65150da63a2d /drivers/watchdog/Kconfig
parent938626d96a3ffb9eb54552bb0d3a4f2b30ffdeb0 (diff)
watchdog: add Intel MID watchdog driver support
Add initial Intel MID watchdog driver support. This driver is an initial implementation of generic Intel MID watchdog driver. Currently it supports Intel Merrifield platform. Signed-off-by: Eric Ernst <eric.ernst@intel.com> Signed-off-by: David Cohen <david.a.cohen@linux.intel.com> Reviewed-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index cbd5ac7b8832..c845527b503a 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -665,6 +665,19 @@ config INTEL_SCU_WATCHDOG
665 665
666 To compile this driver as a module, choose M here. 666 To compile this driver as a module, choose M here.
667 667
668config INTEL_MID_WATCHDOG
669 tristate "Intel MID Watchdog Timer"
670 depends on X86_INTEL_MID
671 select WATCHDOG_CORE
672 ---help---
673 Watchdog timer driver built into the Intel SCU for Intel MID
674 Platforms.
675
676 This driver currently supports only the watchdog evolution
677 implementation in SCU, available for Merrifield generation.
678
679 To compile this driver as a module, choose M here.
680
668config ITCO_WDT 681config ITCO_WDT
669 tristate "Intel TCO Timer/Watchdog" 682 tristate "Intel TCO Timer/Watchdog"
670 depends on (X86 || IA64) && PCI 683 depends on (X86 || IA64) && PCI