commit | 70ed074718a6704ac2f82d014f372ba25c42ba12 | [log] [tgz] |
---|---|---|
author | Li Zefan <lizf@cn.fujitsu.com> | Fri May 07 13:56:50 2010 +0800 |
committer | Michal Marek <mmarek@suse.cz> | Wed Jun 02 15:10:32 2010 +0200 |
tree | e5ece7af4dec24c16aba02bbeaf648ae2e83ec38 | |
parent | b040b44c35c251882da8488a5f038435a531312c [diff] |
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 <lizf@cn.fujitsu.com> Signed-off-by: Michal Marek <mmarek@suse.cz>