linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: [PATCH 1/2] watchdog: add support for MOXA V2100 watchdog driver
@ 2011-05-03  5:36 Jimmy Chen (陳永達)
  2011-05-03  5:38 ` [PATCH 2/2] " Jimmy Chen (陳永達)
  0 siblings, 1 reply; 13+ messages in thread
From: Jimmy Chen (陳永達) @ 2011-05-03  5:36 UTC (permalink / raw)
  To: Jimmy Chen (陳永達), linux-kernel,
	linux-watchdog, wim

From: Jimmy Chen <jimmy.chen@moxa.com>

Add selection and help in menu to support watchdog driver

Signed-off-by: Jimmy Chen <jimmy.chen@moxa.com>
---
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index 1b0f98b..39a6c65 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -384,6 +384,18 @@ config ADVANTECH_WDT
 	  feature. More information can be found at
 	  <http://www.advantech.com.tw/products/>
 
+config MOXA_WDT
+	tristate "MOXA V2100 WATCHDOG driver"
+	depends on X86
+	default n
+	help
+	  If you say yes here you get support for the MOXA V2100 watchdog
+	  driver.
+
+	  This driver can also be built as a module.  If so, the module
+	  will be called moxa_swtd. More information can be found at
+	  <http://www.moxa.com>
+
 config ALIM1535_WDT
 	tristate "ALi M1535 PMU Watchdog Timer"
 	depends on X86 && PCI
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile
index 3f8608b..da1200e 100644
--- a/drivers/watchdog/Makefile
+++ b/drivers/watchdog/Makefile
@@ -65,6 +65,7 @@ obj-$(CONFIG_BFIN_WDT) += bfin_wdt.o
 # X86 (i386 + ia64 + x86_64) Architecture
 obj-$(CONFIG_ACQUIRE_WDT) += acquirewdt.o
 obj-$(CONFIG_ADVANTECH_WDT) += advantechwdt.o
+obj-$(CONFIG_MOXA_WDT)	+= moxa_wdt.o
 obj-$(CONFIG_ALIM1535_WDT) += alim1535_wdt.o
 obj-$(CONFIG_ALIM7101_WDT) += alim7101_wdt.o
 obj-$(CONFIG_F71808E_WDT) += f71808e_wdt.o
--
To unsubscribe from this list: send the line "unsubscribe 
linux-kernel" in the body of a message to majordomo@vger.kernel.org 
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-watchdog" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

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

end of thread, other threads:[~2011-05-19 16:01 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-03  5:36 [PATCH 1/2] watchdog: add support for MOXA V2100 watchdog driver Jimmy Chen (陳永達)
2011-05-03  5:38 ` [PATCH 2/2] " Jimmy Chen (陳永達)
2011-05-03  9:37   ` Alan Cox
2011-05-03 10:25     ` Jimmy Chen (陳永達)
2011-05-03 10:29       ` Alan Cox
2011-05-03 10:57       ` Wolfram Sang
2011-05-03 11:15         ` Alan Cox
2011-05-03 12:51           ` Arnd Bergmann
2011-05-03 13:35             ` Alan Cox
2011-05-04  9:02               ` Jimmy Chen (陳永達)
2011-05-06  5:52                 ` Jimmy Chen (陳永達)
2011-05-06  6:59                   ` Arnd Bergmann
2011-05-19 16:01                   ` 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;
as well as URLs for NNTP newsgroup(s).