Re: [PATCH] watchdog: Enable NXP LPC32XX support in Kconfig (resend)

From: Kevin Wells
Date: Tue Aug 31 2010 - 19:00:41 EST


Hi,

It's been a few weeks on this one, can you please get this into the
watchdog tree?

thanks,
Kevin

> The NXP LPC32XX processor use the same watchdog as the Philips
> PNX4008 processor.
>
> Signed-off-by: Kevin Wells <wellsk40@xxxxxxxxx>
> Tested-by: Wolfram Sang <w.sang@xxxxxxxxxxxxxx>
> ---
>  drivers/watchdog/Kconfig |    6 +++---
>  1 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
> index b04b184..c442b2a 100644
> --- a/drivers/watchdog/Kconfig
> +++ b/drivers/watchdog/Kconfig
> @@ -206,11 +206,11 @@ config OMAP_WATCHDOG
>          here to enable the OMAP1610/OMAP1710/OMAP2420/OMAP3430/OMAP4430
> watchdog timer.
>
>  config PNX4008_WATCHDOG
> -       tristate "PNX4008 Watchdog"
> -       depends on ARCH_PNX4008
> +       tristate "PNX4008 and LPC32XX Watchdog"
> +       depends on ARCH_PNX4008 || ARCH_LPC32XX
>        help
>          Say Y here if to include support for the watchdog timer
> -         in the PNX4008 processor.
> +         in the PNX4008 or LPC32XX processors.
>          This driver can be built as a module by choosing M. The module
>          will be called pnx4008_wdt.
>
> --
> 1.7.1.1
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/