diff options
author | dann frazier <dannf@hp.com> | 2010-07-27 19:51:02 -0400 |
---|---|---|
committer | Wim Van Sebroeck <wim@iguana.be> | 2010-08-13 16:54:53 -0400 |
commit | 86ded1f35df32ad795cfc8cc1bdaeffbcaec0d5f (patch) | |
tree | 7b8d9f1b39b1b53d6d85bdee8518ced02c033f3c /drivers/watchdog/Kconfig | |
parent | 2ec7ed67dc1e4e57d891233f5014d25f43f941ff (diff) |
watchdog: hpwdt (12/12): Make NMI decoding a compile-time option
hpwdt is quite functional without the NMI decoding feature.
This change lets users disable the NMI portion at compile-time
via the new HPWDT_NMI_DECODING config option.
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 | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index cee25e401440..b036677df8c4 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -578,12 +578,17 @@ config HP_WATCHDOG | |||
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 a stack trace. Also, when an NMI | 581 | will detect lockups and provide a stack trace. This is a driver that |
582 | occurs this driver will make the necessary BIOS calls to log | 582 | will only load on a HP ProLiant system with a minimum of iLO2 support. |
583 | the cause of the NMI. This is a driver that will only load on a | 583 | To compile this driver as a module, choose M here: the module will be |
584 | HP ProLiant system with a minimum of iLO2 support. | 584 | called hpwdt. |
585 | To compile this driver as a module, choose M here: the | 585 | |
586 | module will be called hpwdt. | 586 | config HPWDT_NMI_DECODING |
587 | bool "NMI decoding support for the HP ProLiant iLO2+ Hardware Watchdog Timer" | ||
588 | depends on HP_WATCHDOG | ||
589 | help | ||
590 | When an NMI occurs this feature will make the necessary BIOS calls to | ||
591 | log the cause of the NMI. | ||
587 | 592 | ||
588 | config SC1200_WDT | 593 | config SC1200_WDT |
589 | tristate "National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog" | 594 | tristate "National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog" |