From: Li Zefan Date: Fri, 7 May 2010 05:56:33 +0000 (+0800) Subject: kconfig: print symbol type in help text X-Git-Tag: v2.6.36-rc1~547^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b040b44c35c251882da8488a5f038435a531312c;p=pandora-kernel.git kconfig: print symbol type in help text 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 Signed-off-by: Michal Marek --- Reading git-diff-tree failed