All of lore.kernel.org
 help / color / mirror / Atom feed
From: Santosh Shilimkar <santosh.shilimkar@ti.com>
To: linux-omap@vger.kernel.org
Cc: Santosh Shilimkar <santosh.shilimkar@ti.com>,
	Wim Van Sebroeck <wim@iguana.be>
Subject: [PATCH 2/6] omap4: Fix WDT Kconfig
Date: Wed,  7 Apr 2010 13:17:22 +0530	[thread overview]
Message-ID: <1270626446-10841-3-git-send-email-santosh.shilimkar@ti.com> (raw)
In-Reply-To: <1270626446-10841-2-git-send-email-santosh.shilimkar@ti.com>

This patch allows Watchdog timer to be selected for OMAP4 by fixing
Kconfig entry

Signed-off-by: Santosh Shilimkar <santosh.shilimkar@ti.com>
Cc: Wim Van Sebroeck <wim@iguana.be>
---
 drivers/watchdog/Kconfig |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index bdcdbd5..ea5b269 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -199,10 +199,10 @@ config EP93XX_WATCHDOG
 
 config OMAP_WATCHDOG
 	tristate "OMAP Watchdog"
-	depends on ARCH_OMAP16XX || ARCH_OMAP2 || ARCH_OMAP3
+	depends on ARCH_OMAP16XX || ARCH_OMAP2PLUS
 	help
-	  Support for TI OMAP1610/OMAP1710/OMAP2420/OMAP3430 watchdog.  Say 'Y'
-	  here to enable the OMAP1610/OMAP1710/OMAP2420/OMAP3430 watchdog timer.
+	  Support for TI OMAP1610/OMAP1710/OMAP2420/OMAP3430/OMAP4430 watchdog.  Say 'Y'
+	  here to enable the OMAP1610/OMAP1710/OMAP2420/OMAP3430/OMAP4430 watchdog timer.
 
 config PNX4008_WATCHDOG
 	tristate "PNX4008 Watchdog"
-- 
1.6.0.4


  reply	other threads:[~2010-04-07  7:47 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-07  7:47 [PATCH 0/6] omap4 i2c board support and fixes Santosh Shilimkar
2010-04-07  7:47 ` [PATCH 1/6] omap4: Fix build break when used with gcc-4.4.1 (2009-q3) Santosh Shilimkar
2010-04-07  7:47   ` Santosh Shilimkar [this message]
2010-04-07  7:47     ` [PATCH 3/6] omap4: Fix McBSP4 base address Santosh Shilimkar
2010-04-07  7:47       ` [PATCH 4/6] omap4: Add i2c board support on omap4430 sdp platform Santosh Shilimkar
2010-04-07  7:47         ` [PATCH 5/6] omap4: add i2c1 peripherals data Santosh Shilimkar
2010-04-07  7:47           ` [PATCH 6/6] omap4: Enable RTC and regulator support Santosh Shilimkar
2010-04-22 23:52       ` [APPLIED] [PATCH 3/6] omap4: Fix McBSP4 base address Tony Lindgren
2010-04-22 23:51   ` [APPLIED] [PATCH 1/6] omap4: Fix build break when used with gcc-4.4.1 Tony Lindgren
2010-05-12  0:18 ` [PATCH 0/6] omap4 i2c board support and fixes Tony Lindgren
2010-05-12  5:37   ` Shilimkar, Santosh

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1270626446-10841-3-git-send-email-santosh.shilimkar@ti.com \
    --to=santosh.shilimkar@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=wim@iguana.be \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.