Linux Watchdog driver development
 help / color / mirror / Atom feed
* [PATCH] watchdog: Fix SC1200 dependencies
@ 2014-03-14 15:07 Jean Delvare
  2014-03-14 18:04 ` Guenter Roeck
  0 siblings, 1 reply; 3+ messages in thread
From: Jean Delvare @ 2014-03-14 15:07 UTC (permalink / raw)
  To: linux-watchdog; +Cc: Zwane Mwaikambo, Wim Van Sebroeck

The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so
its drivers are only needed on this architecture.

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

--- linux-3.14-rc6.orig/drivers/watchdog/Kconfig	2014-02-13 11:25:23.232295332 +0100
+++ linux-3.14-rc6/drivers/watchdog/Kconfig	2014-03-14 15:52:03.391930463 +0100
@@ -736,7 +736,7 @@ config HPWDT_NMI_DECODING
 
 config SC1200_WDT
 	tristate "National Semiconductor PC87307/PC97307 (ala SC1200) Watchdog"
-	depends on X86
+	depends on X86_32
 	help
 	  This is a driver for National Semiconductor PC87307/PC97307 hardware
 	  watchdog cards as found on the SC1200. This watchdog is mainly used


-- 
Jean Delvare
SUSE L3 Support

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

end of thread, other threads:[~2014-03-14 19:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-14 15:07 [PATCH] watchdog: Fix SC1200 dependencies Jean Delvare
2014-03-14 18:04 ` Guenter Roeck
2014-03-14 19:22   ` Jean Delvare

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