]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite051d7b449ef07ef059fc74373227ba2be9b2398
tree846b65da43582c96487de538dcbcdb8ba1e2c3b1
parent4f7a1cc5f3d748949e063b7659a1873e29e4be95
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