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)
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>

No differences found