kconfig: print symbol type in help text
authorLi Zefan <lizf@cn.fujitsu.com>
Fri, 7 May 2010 05:56:33 +0000 (13:56 +0800)
committerMichal Marek <mmarek@suse.cz>
Wed, 2 Jun 2010 13:09:12 +0000 (15:09 +0200)
commitb040b44c35c251882da8488a5f038435a531312c
tree846b65da43582c96487de538dcbcdb8ba1e2c3b1
parentf0778c8c41001783d4074e34efc7d3e632d87ee3
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 <lizf@cn.fujitsu.com>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/kconfig/menu.c