aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2012-05-10 10:37:43 -0400
committerWim Van Sebroeck <wim@iguana.be>2012-05-23 10:25:13 -0400
commit101ce87b3bdd5352edceb5a079e765685c13dbc3 (patch)
tree1e903fbec1cfb078712fd3917e9f6511d03b43af /drivers/watchdog/Kconfig
parent198ca0153412a97e968b5deb67d789000faef129 (diff)
watchdog: Add watchdog driver for Intel Atom E6XX
Add driver for the watchdog timer built into the Intel Atom E6XX (TunnelCreek) processor. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> 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 66e77ad5ad6..1ceb0192dd8 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -540,6 +540,19 @@ config I6300ESB_WDT
540 To compile this driver as a module, choose M here: the 540 To compile this driver as a module, choose M here: the
541 module will be called i6300esb. 541 module will be called i6300esb.
542 542
543config IE6XX_WDT
544 tristate "Intel Atom E6xx Watchdog"
545 depends on X86 && PCI
546 select WATCHDOG_CORE
547 select MFD_CORE
548 select LPC_SCH
549 ---help---
550 Hardware driver for the watchdog timer built into the Intel
551 Atom E6XX (TunnelCreek) processor.
552
553 To compile this driver as a module, choose M here: the
554 module will be called ie6xx_wdt.
555
543config INTEL_SCU_WATCHDOG 556config INTEL_SCU_WATCHDOG
544 bool "Intel SCU Watchdog for Mobile Platforms" 557 bool "Intel SCU Watchdog for Mobile Platforms"
545 depends on X86_MRST 558 depends on X86_MRST