[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20140122195940.GW5647@spo001.leaseweb.com>
Date: Wed, 22 Jan 2014 20:59:40 +0100
From: Wim Van Sebroeck <wim@...ana.be>
To: naresh.bhat@...aro.org
Cc: linux-watchdog@...r.kernel.org, linux-kernel@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org,
linaro-kernel@...ts.linaro.org, linaro-acpi@...ts.linaro.org,
patches@...aro.org
Subject: Re: [PATCH] watchdog: Add sp805_wdt depends on ARM64
Hi Naresh,
> From: Naresh Bhat <naresh.bhat@...aro.org>
>
> Add sp805_wdt depends on ARM64.
>
> Signed-off-by: Naresh Bhat <naresh.bhat@...aro.org>
> ---
> drivers/watchdog/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
> index 5be6e91..2385124 100644
> --- a/drivers/watchdog/Kconfig
> +++ b/drivers/watchdog/Kconfig
> @@ -109,7 +109,7 @@ config WM8350_WATCHDOG
>
> config ARM_SP805_WATCHDOG
> tristate "ARM SP805 Watchdog"
> - depends on ARM && ARM_AMBA
> + depends on (ARM || ARM64) && ARM_AMBA
> select WATCHDOG_CORE
> help
> ARM Primecell SP805 Watchdog timer. This will reboot your system when
Added to linux-watchdog-next.
Kind regards,
Wim.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists