* [PATCH 2/3] watchdog: Samsung SoC Watchdog is not s3c24xx specific
@ 2009-09-09 11:06 laforge at gnumonks.org
0 siblings, 0 replies; only message in thread
From: laforge at gnumonks.org @ 2009-09-09 11:06 UTC (permalink / raw)
To: linux-arm-kernel
From: Harald Welte <laforge@gnumonks.org>
Kconfig change to make sure we can build the watchdog driver
on s3c64xx based machines.
Signed-off-by: Harald Welte <laforge@gnumonks.org>
---
drivers/watchdog/Kconfig | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
index b1ccc04..c6cf548 100644
--- a/drivers/watchdog/Kconfig
+++ b/drivers/watchdog/Kconfig
@@ -139,10 +139,10 @@ config KS8695_WATCHDOG
system when the timeout is reached.
config S3C2410_WATCHDOG
- tristate "S3C2410 Watchdog"
- depends on ARCH_S3C2410
+ tristate "Samsung SoC Watchdog"
+ depends on ARCH_S3C2410 || ARCH_S3C64XX
help
- Watchdog timer block in the Samsung S3C2410 chips. This will
+ Watchdog timer block in the Samsung SoC chips. This will
reboot the system when the timer expires with the watchdog
enabled.
--
1.5.3.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2009-09-09 11:06 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-09 11:06 [PATCH 2/3] watchdog: Samsung SoC Watchdog is not s3c24xx specific laforge at gnumonks.org
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).