From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751607AbdCABFa (ORCPT ); Tue, 28 Feb 2017 20:05:30 -0500 Received: from bh-25.webhostbox.net ([208.91.199.152]:38436 "EHLO bh-25.webhostbox.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751396AbdCABF0 (ORCPT ); Tue, 28 Feb 2017 20:05:26 -0500 Date: Tue, 28 Feb 2017 15:16:06 -0800 From: Guenter Roeck To: Arnd Bergmann Cc: Wim Van Sebroeck , linux-watchdog@vger.kernel.org, Lee Jones , Linux Kernel Mailing List Subject: Re: [PATCH 3/8] watchdog: wm831x watchdog really needs mfd Message-ID: <20170228231606.GA9885@roeck-us.net> References: <20170228210123.3404816-1-arnd@arndb.de> <20170228210123.3404816-4-arnd@arndb.de> <20170228213614.GB6651@roeck-us.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) X-Authenticated_sender: guenter@roeck-us.net X-OutGoing-Spam-Status: No, score=-1.0 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - bh-25.webhostbox.net X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - roeck-us.net X-Get-Message-Sender-Via: bh-25.webhostbox.net: authenticated_id: guenter@roeck-us.net X-Authenticated-Sender: bh-25.webhostbox.net: guenter@roeck-us.net X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 28, 2017 at 10:48:27PM +0100, Arnd Bergmann wrote: > On Tue, Feb 28, 2017 at 10:44 PM, Arnd Bergmann wrote: > > On Tue, Feb 28, 2017 at 10:36 PM, Guenter Roeck wrote: > > > >>> config WM831X_WATCHDOG > >>> tristate "WM831x watchdog" > >>> - depends on MFD_WM831X || COMPILE_TEST > >>> + depends on MFD_WM831X > >> > >> I prefer the fix proposed by Randy: > >> > >> - depends on MFD_WM831X || COMPILE_TEST > >> + depends on MFD_WM831X || (MFD_WM831X=y && COMPILE_TEST) > >> > > > > Agreed, that's better. > > Actually I misread. They should be completely equivalent, the part after > the || has no effect here. > Yes, I figured that out later as well. Guenter