From: Timur Tabi Date: Wed, 13 Oct 2010 19:19:36 +0000 (-0500) Subject: powerpc/watchdog: Make default timeout for Book-E watchdog a Kconfig option X-Git-Tag: v2.6.37-rc1~180^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0dc09ff9a28f37441c5e92a14de6abda8db49d6;p=pandora-kernel.git powerpc/watchdog: Make default timeout for Book-E watchdog a Kconfig option The PowerPC Book-E watchdog driver (booke_wdt.c) defines a default timeout value in the code based on whether it's a Freescale Book-E part of not. Instead of having hard-coded values in the driver, make it a Kconfig option. As newer chips gets faster, the current default values become less appropriate, since the timeout sometimes occurs before the kernel finishes booting. Making the value a Kconfig option allows BSPs to configure a new value without requiring the wdt_period command-line parameter to be set. Signed-off-by: Timur Tabi Signed-off-by: Kumar Gala --- Reading git-diff-tree failed