aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog/Kconfig
diff options
context:
space:
mode:
authorNaga Chumbalkar <nagananda.chumbalkar@hp.com>2011-02-04 14:47:13 -0500
committerWim Van Sebroeck <wim@iguana.be>2011-03-15 12:01:17 -0400
commitea6649c721e0d8d2f79ae13ad9a21444f69dae70 (patch)
tree153b962a876b53db371acd1915544afd514f2bbe /drivers/watchdog/Kconfig
parent521cb40b0c44418a4fd36dc633f575813d59a43d (diff)
watchdog: hpwdt: Fix a couple of typos
Fix some typos. Signed-off-by: Naga Chumbalkar <nagananda.chumbalkar@hp.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r--drivers/watchdog/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 31649b7b672f..3dde7f0871a8 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -589,12 +589,12 @@ config IT87_WDT
589 be called it87_wdt. 589 be called it87_wdt.
590 590
591config HP_WATCHDOG 591config HP_WATCHDOG
592 tristate "HP Proliant iLO2+ Hardware Watchdog Timer" 592 tristate "HP ProLiant iLO2+ Hardware Watchdog Timer"
593 depends on X86 593 depends on X86
594 help 594 help
595 A software monitoring watchdog and NMI sourcing driver. This driver 595 A software monitoring watchdog and NMI sourcing driver. This driver
596 will detect lockups and provide a stack trace. This is a driver that 596 will detect lockups and provide a stack trace. This is a driver that
597 will only load on a HP ProLiant system with a minimum of iLO2 support. 597 will only load on an HP ProLiant system with a minimum of iLO2 support.
598 To compile this driver as a module, choose M here: the module will be 598 To compile this driver as a module, choose M here: the module will be
599 called hpwdt. 599 called hpwdt.
600 600