From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cn.fujitsu.com ([222.73.24.84]:61196 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1756173Ab0DOHmG (ORCPT ); Thu, 15 Apr 2010 03:42:06 -0400 Message-ID: <4BC6C3A8.3020409@cn.fujitsu.com> Date: Thu, 15 Apr 2010 15:43:36 +0800 From: Li Zefan MIME-Version: 1.0 Subject: Re: [PATCH 6/6] gconfig: add support to show hidden options that have prompts References: <4BC539DD.5040003@cn.fujitsu.com> <4BC53A90.9020304@cn.fujitsu.com> <20100414164847.661fe9d6.randy.dunlap@oracle.com> In-Reply-To: <20100414164847.661fe9d6.randy.dunlap@oracle.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: LKML , Andrew Morton , Michal Marek , linux-kbuild@vger.kernel.org, Tim Bird Randy Dunlap wrote: > On Wed, 14 Apr 2010 11:46:24 +0800 Li Zefan wrote: > >> There's a button in gconfig to "Show all options", but I think >> normally we are not interested in those configs which have no >> prompt and thus can't be changed, so here I add a new button to >> show hidden options which have prompts. > > (The new option is called "Show all prompt options".) > > These patches are looking good so far in my limited testing. > > However, if gconfig is going to live, it needs at least one more thing: > it should display the kconfig symbol type (tristate, boolean, etc.) > like xconfig does (explicitly) and menuconfig does (by using [x] or > in the menu). > Hmm, I think I can spend some time on this.