diff options
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 3dde7f0871a8..322b36a9c0e6 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -591,6 +591,7 @@ config IT87_WDT | |||
591 | config HP_WATCHDOG | 591 | config 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 | default m | ||
594 | help | 595 | help |
595 | A software monitoring watchdog and NMI sourcing driver. This driver | 596 | A software monitoring watchdog and NMI sourcing driver. This driver |
596 | will detect lockups and provide a stack trace. This is a driver that | 597 | will detect lockups and provide a stack trace. This is a driver that |
@@ -601,6 +602,7 @@ config HP_WATCHDOG | |||
601 | config HPWDT_NMI_DECODING | 602 | config HPWDT_NMI_DECODING |
602 | bool "NMI decoding support for the HP ProLiant iLO2+ Hardware Watchdog Timer" | 603 | bool "NMI decoding support for the HP ProLiant iLO2+ Hardware Watchdog Timer" |
603 | depends on HP_WATCHDOG | 604 | depends on HP_WATCHDOG |
605 | default y | ||
604 | help | 606 | help |
605 | When an NMI occurs this feature will make the necessary BIOS calls to | 607 | When an NMI occurs this feature will make the necessary BIOS calls to |
606 | log the cause of the NMI. | 608 | log the cause of the NMI. |