[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20190809175904.GC23562@roeck-us.net>
Date: Fri, 9 Aug 2019 10:59:04 -0700
From: Guenter Roeck <linux@...ck-us.net>
To: Paul Cercueil <paul@...pouillou.net>
Cc: Wim Van Sebroeck <wim@...ux-watchdog.org>, od@...c.me,
linux-watchdog@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH 3/3] watchdog: jz4740: Drop dependency on MACH_JZ47xx
On Fri, Aug 09, 2019 at 01:59:30PM +0200, Paul Cercueil wrote:
> Depending on MACH_JZ47xx prevent us from creating a generic kernel that
> works on more than one MIPS board. Instead, we just depend on MIPS being
> set.
>
> Signed-off-by: Paul Cercueil <paul@...pouillou.net>
> Reviewed-by: Guenter Roeck <linux@...ck-us.net>
Acked-by: Guenter Roeck <linux@...ck-us.net>
[ with the assumption that the series will be applied through the mips tree. ]
> ---
> drivers/watchdog/Kconfig | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
> index 78411609048b..90e689cbeed3 100644
> --- a/drivers/watchdog/Kconfig
> +++ b/drivers/watchdog/Kconfig
> @@ -1644,7 +1644,7 @@ config INDYDOG
>
> config JZ4740_WDT
> tristate "Ingenic jz4740 SoC hardware watchdog"
> - depends on MACH_JZ4740 || MACH_JZ4780
> + depends on MIPS
> depends on COMMON_CLK
> select WATCHDOG_CORE
> select MFD_SYSCON
Powered by blists - more mailing lists