From: Li Zefan Date: Fri, 7 May 2010 05:56:50 +0000 (+0800) Subject: kconfig: print the range of integer/hex symbol in help text X-Git-Tag: v2.6.36-rc1~547^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ed074718a6704ac2f82d014f372ba25c42ba12;p=pandora-kernel.git kconfig: print the range of integer/hex symbol in help text Without this patch, one has to refer to the Kconfig file to find out the range of an integer/hex symbol. │ Symbol: NR_CPUS [=4] │ Type : integer │ Range : [2 8] │ Prompt: Maximum number of CPUs │ Defined at arch/x86/Kconfig:761 │ Depends on: SMP [=y] && !MAXSMP [=n] │ Location: │ -> Processor type and features Signed-off-by: Li Zefan Signed-off-by: Michal Marek --- Reading git-diff-tree failed