aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
authorTony Camuso <tcamuso@redhat.com>2011-02-04 17:38:59 -0500
committerWim Van Sebroeck <wim@iguana.be>2011-03-15 16:01:24 +0000
commita4616153deae053b29a2b7dd9ec4b2a225accfc5 (patch)
tree315406c68e3e267c7022aaf0b78a0f59e33392f6 /drivers/watchdog
parentea6649c721e0d8d2f79ae13ad9a21444f69dae70 (diff)
downloadkernel_samsung_smdk4412-a4616153deae053b29a2b7dd9ec4b2a225accfc5.zip
kernel_samsung_smdk4412-a4616153deae053b29a2b7dd9ec4b2a225accfc5.tar.gz
kernel_samsung_smdk4412-a4616153deae053b29a2b7dd9ec4b2a225accfc5.tar.bz2
watchdog: hpwdt: build hpwdt as module by default with NMI_DECODING enabled
Builds the hpwdt driver as a module by default. If the hardware is present, the module will be loaded. Also, if hpwdt is loaded, it will decode NMIs by default. This has been made possible by he patches to hpwdt made by Dann Frazier as well as related patches submitted by Don Zickus. hpwdt only loads on hp ProLiant x86 32-bit and 64-bit platforms. Signed-off-by: Tony Camuso <tcamuso@redhat.com> Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 3dde7f0..322b36a 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -591,6 +591,7 @@ config IT87_WDT
config HP_WATCHDOG
tristate "HP ProLiant iLO2+ Hardware Watchdog Timer"
depends on X86
+ default m
help
A software monitoring watchdog and NMI sourcing driver. This driver
will detect lockups and provide a stack trace. This is a driver that
@@ -601,6 +602,7 @@ config HP_WATCHDOG
config HPWDT_NMI_DECODING
bool "NMI decoding support for the HP ProLiant iLO2+ Hardware Watchdog Timer"
depends on HP_WATCHDOG
+ default y
help
When an NMI occurs this feature will make the necessary BIOS calls to
log the cause of the NMI.