]> Git Repo - linux.git/commit
menuconfig: print more info for symbol without prompts
authorWengmeiling <[email protected]>
Tue, 30 Apr 2013 22:28:46 +0000 (15:28 -0700)
committerLinus Torvalds <[email protected]>
Wed, 1 May 2013 00:04:09 +0000 (17:04 -0700)
commitbcdedcc1afd6ac91e15cb90aedaf8432f62fed13
tree441dfd63c2189b91766880363316af0f85e2f8eb
parent657a52095fa3e8560d41047851f4e73a410f3ed2
menuconfig: print more info for symbol without prompts

When we search a config symbol, if it has no prompt the position of this
symbol in the Kconfig file and it's dependencies are not printed.  This
can be inconvenient, especially when it's set to n and we want to find out
why.

the following is an example:

before:

Symbol: GENERIC_SMP_IDLE_THREAD [=y]
Type  : boolean
  Selected by: X86 [=y]

after:

Symbol: GENERIC_SMP_IDLE_THREAD [=y]
Type  : boolean
  Defined at arch/Kconfig:213
  Selected by: X86 [=y]

Signed-off-by: Weng Meiling <[email protected]>
Signed-off-by: Libo Chen <[email protected]>
Cc: Michal Marek <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/kconfig/menu.c
This page took 0.050607 seconds and 4 git commands to generate.