From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cn.fujitsu.com ([222.73.24.84]:63108 "EHLO song.cn.fujitsu.com" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1750837Ab0ENGzy convert rfc822-to-8bit (ORCPT ); Fri, 14 May 2010 02:55:54 -0400 Message-ID: <4BECF467.1060600@cn.fujitsu.com> Date: Fri, 14 May 2010 14:57:43 +0800 From: Li Zefan MIME-Version: 1.0 Subject: Re: [PATCH v2 1/8] kconfig: print symbol type in help text References: <4BE3AB91.80606@cn.fujitsu.com> In-Reply-To: <4BE3AB91.80606@cn.fujitsu.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Michal Marek Cc: Randy Dunlap , Andrew Morton , linux-kbuild@vger.kernel.org, LKML Hi Michal, what do you think about those patches? Seems Randy has had no further comments on them. Li Zefan wrote: > Randy suggested to print out the symbol type in gconfig. > > Note this change does more than Randy's suggestion, that it also > affects menuconfig and "make config". > > │ Symbol: BLOCK [=y] > │ Type : boolean > │ Prompt: Enable the block layer > │ Defined at block/Kconfig:4 > │ Depends on: EMBEDDED [=n] > > Signed-off-by: Li Zefan > Acked-by: Randy Dunlap