From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758821AbcIRSWD (ORCPT ); Sun, 18 Sep 2016 14:22:03 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:36816 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753982AbcIRSVo (ORCPT ); Sun, 18 Sep 2016 14:21:44 -0400 Date: Sun, 18 Sep 2016 20:20:54 +0200 From: Richard Cochran To: Nicolas Pitre Cc: Josh Triplett , John Stultz , Thomas Gleixner , lkml Subject: Re: [PATCH v3) posix-timers: make it configurable Message-ID: <20160918182054.GA9643@localhost.localdomain> References: <20160915210724.GB4245@localhost.localdomain> <20160915211555.GA16992@cloud> <20160915215649.GA17171@cloud> <20160916072421.GA14160@localhost.localdomain> <20160918143529.GA4651@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Sep 18, 2016 at 12:54:58PM -0400, Nicolas Pitre wrote: > > > +config PTP_1588_CLOCK_DEFAULT > > > + tristate > > > > I see what this option is doing, but I wonder about the name > > "DEFAULT". In what sense is this a default? > > It provides the default answer for when the PTP_1588_CLOCK config option > is available. I could have called it HAVE_PTP_1588_CLOCK or > PTP_1588_CLOCK_WANTED but none of the alternatives struck me as any > better. Any idea? How about: PTP_1588_CLOCK_SELECTED ? Thanks, Richard