From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S942781AbcJ1V1D (ORCPT ); Fri, 28 Oct 2016 17:27:03 -0400 Received: from lb1-smtp-cloud6.xs4all.net ([194.109.24.24]:48270 "EHLO lb1-smtp-cloud6.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S942600AbcJ1V1A (ORCPT ); Fri, 28 Oct 2016 17:27:00 -0400 Message-ID: <1477690012.2167.21.camel@tiscali.nl> Subject: Re: [PATCH v2 1/5] kconfig: introduce the "imply" keyword From: Paul Bolle To: Nicolas Pitre Cc: John Stultz , Richard Cochran , Michal Marek , Thomas Gleixner , Josh Triplett , Edward Cree , netdev@vger.kernel.org, linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 28 Oct 2016 23:26:52 +0200 In-Reply-To: References: <1477448931-29051-1-git-send-email-nicolas.pitre@linaro.org> <1477448931-29051-2-git-send-email-nicolas.pitre@linaro.org> <1477613871.2121.92.camel@tiscali.nl> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.20.5 (3.20.5-1.fc24) Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2016-10-27 at 23:10 -0400, Nicolas Pitre wrote: > On Fri, 28 Oct 2016, Paul Bolle wrote: > > You probably got "["if" ]" for free by copying what's there for > > select. But this series doesn't use it, so perhaps it would be better > > to not document it yet. But that is rather sneaky. Dunno. > > If it is not documented then the chance that someone uses it are slim.  > And since it comes "for free" I don't see the point of making the tool  > less flexible. And not having this flexibility could make some  > transitions from "select" to "imply" needlessly difficult. My point is moot. I somehow missed that this series adds     imply PTP_1588_CLOCK if TILEGX So you are quite right in documenting this. Paul Bolle