diff options
author | dann frazier <dannf@hp.com> | 2010-07-27 19:50:57 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2010-08-13 16:54:35 -0400 |
commit | 36e3ff44cebd7e46756dec88f30c982bebefdab7 (patch) | |
tree | cd4c57bbbce05dff16997e94089544fd0dbc9b31 /drivers/watchdog/Kconfig | |
parent | 923410d0bf80cb26744b366cadcd2917f4a36b25 (diff) |
watchdog: hpwdt (4/12): Despecificate driver from iLO2
This driver supports both iLO2 and iLO3, but our user-visible strings
currently only reference iLO2. Let's just call it "iLO2+" to avoid having
to update strings for each iLO generation. This driver doesn't support
iLO ASICs prior to iLO2, but that is sufficiently explained in Kconfig.
Signed-off-by: dann frazier <dannf@hp.com>
Acked-by: Thomas Mingarelli <Thomas.Mingarelli@hp.com>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog/Kconfig')
-rw-r--r-- | drivers/watchdog/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 4d2992aadfb7..cee25e401440 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -574,11 +574,11 @@ config IT87_WDT | |||
574 | be called it87_wdt. | 574 | be called it87_wdt. |
575 | 575 | ||
576 | config HP_WATCHDOG | 576 | config HP_WATCHDOG |
577 | tristate "HP Proliant iLO 2 Hardware Watchdog Timer" | 577 | tristate "HP Proliant iLO2+ Hardware Watchdog Timer" |
578 | depends on X86 | 578 | depends on X86 |
579 | help | 579 | help |
580 | A software monitoring watchdog and NMI sourcing driver. This driver | 580 | A software monitoring watchdog and NMI sourcing driver. This driver |
581 | will detect lockups and provide stack trace. Also, when an NMI | 581 | will detect lockups and provide a stack trace. Also, when an NMI |
582 | occurs this driver will make the necessary BIOS calls to log | 582 | occurs this driver will make the necessary BIOS calls to log |
583 | the cause of the NMI. This is a driver that will only load on a | 583 | the cause of the NMI. This is a driver that will only load on a |
584 | HP ProLiant system with a minimum of iLO2 support. | 584 | HP ProLiant system with a minimum of iLO2 support. |