From: Wengmeiling Date: Tue, 30 Apr 2013 22:28:46 +0000 (-0700) Subject: menuconfig: print more info for symbol without prompts X-Git-Tag: 1.9.9~29 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=inline;h=38accb8265d899250a003e10f0916b8d997e2203;hp=38accb8265d899250a003e10f0916b8d997e2203;p=carl9170fw.git 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 Signed-off-by: Libo Chen Cc: Michal Marek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds Signed-off-by: Christian Lamparter ---