From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751686AbeBVB0l (ORCPT ); Wed, 21 Feb 2018 20:26:41 -0500 Received: from mail-pl0-f67.google.com ([209.85.160.67]:45275 "EHLO mail-pl0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751413AbeBVB0j (ORCPT ); Wed, 21 Feb 2018 20:26:39 -0500 X-Google-Smtp-Source: AH8x225WMv/uIvciz1vzqTmYdWaG6A8LLbHak+bZOH7DSFzMwAgBHWncsvCLH63FmokSsKoOeiqt6Q== Subject: Re: [PATCH 11/13] watchdog: imgpdc: Drop METAG dependency To: James Hogan , linux-metag@vger.kernel.org Cc: linux-kernel@vger.kernel.org, Wim Van Sebroeck , linux-watchdog@vger.kernel.org References: <20180221233825.10024-1-jhogan@kernel.org> <20180221233825.10024-12-jhogan@kernel.org> From: Guenter Roeck Message-ID: <220ed087-9a1a-eb4a-3a51-2cd3a0905b8c@roeck-us.net> Date: Wed, 21 Feb 2018 17:26:35 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.6.0 MIME-Version: 1.0 In-Reply-To: <20180221233825.10024-12-jhogan@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/21/2018 03:38 PM, James Hogan wrote: > Now that arch/metag/ has been removed, remove the METAG dependency from > the IMG IR device driver. The hardware is also present on MIPS SoCs so > the driver still has value. > > Signed-off-by: James Hogan > Cc: Wim Van Sebroeck > Cc: Guenter Roeck > Cc: linux-watchdog@vger.kernel.org > Cc: linux-metag@vger.kernel.org Acked-by: Guenter Roeck > --- > drivers/watchdog/Kconfig | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig > index aff773bcebdb..152268010c45 100644 > --- a/drivers/watchdog/Kconfig > +++ b/drivers/watchdog/Kconfig > @@ -1602,7 +1602,7 @@ config BCM7038_WDT > config IMGPDC_WDT > tristate "Imagination Technologies PDC Watchdog Timer" > depends on HAS_IOMEM > - depends on METAG || MIPS || COMPILE_TEST > + depends on MIPS || COMPILE_TEST > select WATCHDOG_CORE > help > Driver for Imagination Technologies PowerDown Controller >