Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754060Ab1DZKcd (ORCPT ); Tue, 26 Apr 2011 06:32:33 -0400 Received: from mhqmail.moxa.com ([218.210.60.130]:5767 "EHLO mhqmail01.moxa.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753671Ab1DZKcc convert rfc822-to-8bit (ORCPT ); Tue, 26 Apr 2011 06:32:32 -0400 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="big5" Content-Transfer-Encoding: 8BIT Subject: RE: [PATCH 1/2] watchdog: add option in menu to support MOXA V2100 watchdog driver Date: Tue, 26 Apr 2011 18:32:10 +0800 Message-ID: In-Reply-To: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH 1/2] watchdog: add option in menu to support MOXA V2100 watchdog driver Thread-Index: AcwD/NBMCatjKIfPTFqwalST3J4LDgAAAlXQ From: =?big5?B?SmltbXkgQ2hlbiAos6+lw7lGKQ==?= To: =?big5?B?SmltbXkgQ2hlbiAos6+lw7lGKQ==?= , , , X-OriginalArrivalTime: 26 Apr 2011 10:32:11.0681 (UTC) FILETIME=[33C13110:01CC03FD] Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2113 Lines: 57 From: Jimmy Chen Add selection and help in menu to support watchdog driver Signed-off-by: Jimmy Chen --- diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 1b0f98b..224dc9d 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig @@ -384,6 +384,18 @@ config ADVANTECH_WDT feature. More information can be found at +config MOXA_SWTD + 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 + + 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..df04622 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_SWTD) += moxa_swtd.o obj-$(CONFIG_ALIM1535_WDT) += alim1535_wdt.o obj-$(CONFIG_ALIM7101_WDT) += alim7101_wdt.o obj-$(CONFIG_F71808E_WDT) += f71808e_wdt.o diff --git a/drivers/watchdog/moxa_swtd.c b/drivers/watchdog/moxa_swtd.c new file mode 100644 index 0000000..e69de29 diff --git a/drivers/watchdog/moxa_swtd.h b/drivers/watchdog/moxa_swtd.h new file mode 100644 index 0000000..e69de29 -- 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-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/