All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] watchdog: fix hpwdt Kconfig regression in 3.0-rc
@ 2011-07-15 21:23 Olaf Hering
  0 siblings, 0 replies; only message in thread
From: Olaf Hering @ 2011-07-15 21:23 UTC (permalink / raw)
  To: linux-kernel, tcamuso, wim, akpm


Remove Kconfig regression caused by commit
a4616153deae053b29a2b7dd9ec4b2a225accfc5 "watchdog: hpwdt: build hpwdt as
module by default with NMI_DECODING enabled"

With the above change applied, hpwdt will be enabled unconditionally by just
entering the Watchdog subscreen in menuconfig. Since this driver is not
essential to boot any box it should remain disabled until it gets manually
enabled, just like all other drivers.

Signed-off-by: Olaf Hering <olaf@aepfle.de>

---
 drivers/watchdog/Kconfig |    1 -
 1 file changed, 1 deletion(-)

Index: linux-3.0-rc7/drivers/watchdog/Kconfig
===================================================================
--- linux-3.0-rc7.orig/drivers/watchdog/Kconfig
+++ linux-3.0-rc7/drivers/watchdog/Kconfig
@@ -600,7 +600,6 @@ 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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-07-15 21:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-15 21:23 [PATCH] watchdog: fix hpwdt Kconfig regression in 3.0-rc Olaf Hering

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.