From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756692Ab0DOH1i (ORCPT ); Thu, 15 Apr 2010 03:27:38 -0400 Received: from cn.fujitsu.com ([222.73.24.84]:54261 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752658Ab0DOH1g (ORCPT ); Thu, 15 Apr 2010 03:27:36 -0400 Message-ID: <4BC6C043.5070504@cn.fujitsu.com> Date: Thu, 15 Apr 2010 15:29:07 +0800 From: Li Zefan User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1b3pre) Gecko/20090513 Fedora/3.0-2.3.beta2.fc11 Thunderbird/3.0b2 MIME-Version: 1.0 To: Randy Dunlap CC: LKML , Andrew Morton , Michal Marek , linux-kbuild@vger.kernel.org, Tim Bird Subject: Re: [PATCH 0/6] kconfig: add support to show hidden options which have prompts References: <4BC539DD.5040003@cn.fujitsu.com> <20100414160043.7ffb1109.randy.dunlap@oracle.com> In-Reply-To: <20100414160043.7ffb1109.randy.dunlap@oracle.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org >> Exmaple: >> >> --- Tracers >> -*- Kernel Function Tracer >> - - Kernel Function Graph Tracer >> [*] Interrupts-off Latency Tracer >> - - Preemption-off Latency Tracer >> [*] Sysprof Tracer >> >> Here you can see 2 tracers are not selectable, and then can find >> out how to make them selectable. >> >> I also add this support for gconfig, but haven't done for xconfig. >> >> btw: are there many users using gconfig/xconfig today ? > > I use xconfig quite a bit, but only use gconfig for making sure that > it still works or displays a menu tree correctly. > Ok, I wanted to make sure it worth effort to working on gconf/xconf. (I always use menuconfig.)