From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762775AbXGRUpj (ORCPT ); Wed, 18 Jul 2007 16:45:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758280AbXGRUp2 (ORCPT ); Wed, 18 Jul 2007 16:45:28 -0400 Received: from srv5.dvmed.net ([207.36.208.214]:60488 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757654AbXGRUp1 (ORCPT ); Wed, 18 Jul 2007 16:45:27 -0400 Message-ID: <469E7BE1.6090401@garzik.org> Date: Wed, 18 Jul 2007 16:45:21 -0400 From: Jeff Garzik User-Agent: Thunderbird 1.5.0.12 (X11/20070530) MIME-Version: 1.0 To: Randy Dunlap CC: "Robert P. J. Day" , Gabriel C , Linux Kernel Mailing List , netdev@vger.kernel.org Subject: Re: [PATCH] net/, drivers/net/ , missing EXPERIMENTAL in menus References: <469E75AA.7040109@pimpmylinux.org> <20070718134012.cde2f956.randy.dunlap@oracle.com> In-Reply-To: <20070718134012.cde2f956.randy.dunlap@oracle.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.3 (----) X-Spam-Report: SpamAssassin version 3.1.9 on srv5.dvmed.net summary: Content analysis details: (-4.3 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Randy Dunlap wrote: > On Wed, 18 Jul 2007 16:23:09 -0400 (EDT) Robert P. J. Day wrote: >> there's no point adding all that redundant content when it can all be >> done automatically. > > I like it. Are there any kconfig patches to support this plan? Speaking specifically to adding 'EXPERIMENTAL', I distinctly remember at some point in the past the config system was smart enough to print " (EXPERIMENTAL)" if that entry depended on CONFIG_EXPERIMENTAL. We should head in that direction. I strongly NAK the original patch from Gabriel C in this thread -- it just adds too much redundant info. Better to add it -once-, somewhere inside Kconfig system. Jeff