From ec25ccfe617367212948ce51d23c32d3a817fd78 Mon Sep 17 00:00:00 2001 From: Banajit Goswami Date: Thu, 20 May 2010 11:58:24 +0100 Subject: [PATCH] --- yaml --- r: 198375 b: refs/heads/master c: 8740f71d7f4f0400cd8c42e6584155024119d77e h: refs/heads/master i: 198373: c1dade9375ba3c0bc9eaece30d7ed0853206cbb5 198371: 330608e94a0912559bf28ede6b146a048e4cc880 198367: 7ab90f622b201a35f74281a8a9ec53062ddaf3da v: v3 --- [refs] | 2 +- trunk/drivers/watchdog/Kconfig | 14 ++++++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 558812a33955..55c25ba617ee 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 7e6811daa662fc4eb87ddfb3ea0ea9d782044157 +refs/heads/master: 8740f71d7f4f0400cd8c42e6584155024119d77e diff --git a/trunk/drivers/watchdog/Kconfig b/trunk/drivers/watchdog/Kconfig index b87ba23442d2..c57ecffe0085 100644 --- a/trunk/drivers/watchdog/Kconfig +++ b/trunk/drivers/watchdog/Kconfig @@ -145,13 +145,19 @@ config KS8695_WATCHDOG Watchdog timer embedded into KS8695 processor. This will reboot your system when the timeout is reached. +config HAVE_S3C2410_WATCHDOG + bool + help + This will include watchdog timer support for Samsung SoCs. If + you want to include watchdog support for any machine, kindly + select this in the respective mach-XXXX/Kconfig file. + config S3C2410_WATCHDOG tristate "S3C2410 Watchdog" - depends on ARCH_S3C2410 + depends on ARCH_S3C2410 || HAVE_S3C2410_WATCHDOG help - Watchdog timer block in the Samsung S3C2410 chips. This will - reboot the system when the timer expires with the watchdog - enabled. + Watchdog timer block in the Samsung SoCs. This will reboot + the system when the timer expires with the watchdog enabled. The driver is limited by the speed of the system's PCLK signal, so with reasonably fast systems (PCLK around 50-66MHz)