From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v6 3/9] kbuild: document RPS/XPS network Kconfig options Date: Wed, 16 Nov 2011 21:59:01 -0500 (EST) Message-ID: <20111116.215901.100218898762260021.davem@davemloft.net> References: <1321485122.2709.55.camel@bwh-desktop> <1321498443.2885.80.camel@deadeye> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: david.decotigny@google.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, ian.campbell@citrix.com, eric.dumazet@gmail.com, jeffrey.t.kirsher@intel.com, jpirko@redhat.com, joe@perches.com, szymon@janc.net.pl, rick.jones2@hp.com, AAbdulla@nvidia.com, therbert@google.com To: bhutchings@solarflare.com Return-path: In-Reply-To: <1321498443.2885.80.camel@deadeye> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Ben Hutchings Date: Thu, 17 Nov 2011 02:54:03 +0000 > On Wed, 2011-11-16 at 17:54 -0800, David Decotigny wrote: >> On Wed, Nov 16, 2011 at 3:12 PM, Ben Hutchings >> wrote: >> > On Wed, 2011-11-16 at 14:15 -0800, David Decotigny wrote: >> >> This adds a description of RPS/XPS options and allow them to be >> >> changed at make menuconfig time. >> > >> > I'm not sure why you think this is necessary. >> >> On my copy, make menuconfig doesn't let me change these CONFIG_ items, >> unless I add the string after "boolean", which this patch does. I >> agree, the help I added after is pure cosmetic. > [...] > > I know, but I'm asking why you think it's necessary to make them > optional. They shouldn't be, they are internal dependency descriptions and should be invisible to the user.