Linux Watchdog driver development
 help / color / mirror / Atom feed
* [PATCH] watchdog: Fix SBC8360 dependencies
@ 2014-03-26 15:00 Jean Delvare
  2014-03-31 23:58 ` Guenter Roeck
  2014-05-26 18:47 ` Wim Van Sebroeck
  0 siblings, 2 replies; 3+ messages in thread
From: Jean Delvare @ 2014-03-26 15:00 UTC (permalink / raw)
  To: linux-watchdog; +Cc: Wim Van Sebroeck

According to its Kconfig help text, the sbc8360 watchdog driver is
only used on the Axiomtek SBC8360 single-board computer. This piece of
hardware is 32-bit x86 so the driver is useless beyond X86_32.

Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Wim Van Sebroeck <wim@iguana.be>
---
 drivers/watchdog/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- linux-3.14-rc7.orig/drivers/watchdog/Kconfig	2014-03-25 08:29:55.136283300 +0100
+++ linux-3.14-rc7/drivers/watchdog/Kconfig	2014-03-26 15:56:35.549231692 +0100
@@ -815,7 +815,7 @@ config 60XX_WDT
 
 config SBC8360_WDT
 	tristate "SBC8360 Watchdog Timer"
-	depends on X86
+	depends on X86_32
 	---help---
 
 	  This is the driver for the hardware watchdog on the SBC8360 Single


-- 
Jean Delvare
SUSE L3 Support

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-05-26 18:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-26 15:00 [PATCH] watchdog: Fix SBC8360 dependencies Jean Delvare
2014-03-31 23:58 ` Guenter Roeck
2014-05-26 18:47 ` Wim Van Sebroeck

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox