Commit 00fd20b4 authored by Jerry Hoemann's avatar Jerry Hoemann Committed by Wim Van Sebroeck

watchdog/hpwdt: Update Kconfig documentation

Update documentation relating to HPWDT_NMI_DECODING to reflect its
current usage.
Signed-off-by: default avatarJerry Hoemann <jerry.hoemann@hpe.com>
Reviewed-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarWim Van Sebroeck <wim@linux-watchdog.org>
parent 59600d04
...@@ -1145,7 +1145,7 @@ config HP_WATCHDOG ...@@ -1145,7 +1145,7 @@ config HP_WATCHDOG
select WATCHDOG_CORE select WATCHDOG_CORE
depends on X86 && PCI depends on X86 && PCI
help help
A software monitoring watchdog and NMI sourcing driver. This driver A software monitoring watchdog and NMI handling driver. This driver
will detect lockups and provide a stack trace. This is a driver that will detect lockups and provide a stack trace. This is a driver that
will only load on an HP ProLiant system with a minimum of iLO2 support. will only load on an HP ProLiant system with a minimum of iLO2 support.
To compile this driver as a module, choose M here: the module will be To compile this driver as a module, choose M here: the module will be
...@@ -1163,12 +1163,13 @@ config KEMPLD_WDT ...@@ -1163,12 +1163,13 @@ config KEMPLD_WDT
called kempld_wdt. called kempld_wdt.
config HPWDT_NMI_DECODING config HPWDT_NMI_DECODING
bool "NMI decoding support for the HP ProLiant iLO2+ Hardware Watchdog Timer" bool "NMI support for the HP ProLiant iLO2+ Hardware Watchdog Timer"
depends on HP_WATCHDOG depends on HP_WATCHDOG
default y default y
help help
When an NMI occurs this feature will make the necessary BIOS calls to Enables the NMI handler for the watchdog pretimeout NMI and the iLO
log the cause of the NMI. "Generate NMI to System" virtual button. When an NMI is claimed
by the driver, panic is called.
config SC1200_WDT config SC1200_WDT
tristate "National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog" tristate "National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment