From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934308AbcJZXaV (ORCPT ); Wed, 26 Oct 2016 19:30:21 -0400 Received: from lb2-smtp-cloud3.xs4all.net ([194.109.24.26]:34136 "EHLO lb2-smtp-cloud3.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754962AbcJZXaG (ORCPT ); Wed, 26 Oct 2016 19:30:06 -0400 Message-ID: <1477524527.2121.15.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: Thu, 27 Oct 2016 01:28:47 +0200 In-Reply-To: <1477448931-29051-2-git-send-email-nicolas.pitre@linaro.org> References: <1477448931-29051-1-git-send-email-nicolas.pitre@linaro.org> <1477448931-29051-2-git-send-email-nicolas.pitre@linaro.org> 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: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 2016-10-25 at 22:28 -0400, Nicolas Pitre wrote: > SUBSYSTEM_X can still be configured out, and it can be set as a > module when none of the drivers are selected or all of them are also > modular. Short note, to highlight a pet peeve: "select" (and therefor "selected") has a special meaning in kconfig land. I guess you meant something neutral like "set" here. Is that correct? By the way: "also" makes this sentence hard to parse. Paul Bolle