linux-watchdog.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Guenter Roeck <linux@roeck-us.net>
To: David Engraf <david.engraf@sysgo.com>,
	wim@linux-watchdog.org, linux-watchdog@vger.kernel.org
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] watchdog: max77620_wdt: fix potential build errors
Date: Wed, 27 Nov 2019 06:17:39 -0800	[thread overview]
Message-ID: <7325c440-aa55-92ce-ec74-b420fd90a24b@roeck-us.net> (raw)
In-Reply-To: <20191127084617.16937-1-david.engraf@sysgo.com>

On 11/27/19 12:46 AM, David Engraf wrote:
> max77620_wdt uses watchdog core functions. Enable CONFIG_WATCHDOG_CORE
> to fix potential build errors.
> 
> Signed-off-by: David Engraf <david.engraf@sysgo.com>

Reviewed-by: Guenter Roeck <linux@roeck-us.net>

> ---
>   drivers/watchdog/Kconfig | 1 +
>   1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig
> index 58e7c100b6ad..c9cc34f4e541 100644
> --- a/drivers/watchdog/Kconfig
> +++ b/drivers/watchdog/Kconfig
> @@ -687,6 +687,7 @@ config MAX63XX_WATCHDOG
>   config MAX77620_WATCHDOG
>   	tristate "Maxim Max77620 Watchdog Timer"
>   	depends on MFD_MAX77620 || COMPILE_TEST
> +	select WATCHDOG_CORE
>   	help
>   	 This is the driver for the Max77620 watchdog timer.
>   	 Say 'Y' here to enable the watchdog timer support for
> 


  reply	other threads:[~2019-11-27 14:17 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-27  8:46 [PATCH] watchdog: max77620_wdt: fix potential build errors David Engraf
2019-11-27 14:17 ` Guenter Roeck [this message]
2019-12-23  7:13   ` [PATCH RESEND] " David Engraf

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7325c440-aa55-92ce-ec74-b420fd90a24b@roeck-us.net \
    --to=linux@roeck-us.net \
    --cc=david.engraf@sysgo.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-watchdog@vger.kernel.org \
    --cc=wim@linux-watchdog.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).