diff options
author | Cheng Renquan <[email protected]> | 2009-07-12 16:11:43 +0800 |
---|---|---|
committer | Sam Ravnborg <[email protected]> | 2009-09-20 12:27:41 +0200 |
commit | 544e433a9e2a8771b8281ac58acb5c794613e705 (patch) | |
tree | f4a42676b42ebd7b0f46b1ffc4d952840040e3b3 /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 0bc9f9e63c0aa9c60ee309039d8f52708145ea4b (diff) |
kconfig: add symbol value to help find the real depend
Sometimes when configuring need to disable some unused item, but the item is
selected by many other items, it's hard to find the real dependency which
selected it, This patch add every symbol's value accompanied to make it
possible to find the real dependency easily.
An example is CONFIG_RFKILL,
---------------------- RF switch subsystem support ----------------------
| CONFIG_RFKILL: |
| |
| Say Y here if you want to have control over RF switches |
| found on many WiFi and Bluetooth cards. |
| |
| To compile this driver as a module, choose M here: the |
| module will be called rfkill. |
| |
| Symbol: RFKILL [=m] |
| Prompt: RF switch subsystem support |
| Defined at net/rfkill/Kconfig:4 |
| Depends on: NET [=y] |
| Location: |
| -> Networking support (NET [=y]) |
| Selected by: IWLCORE [=n] && NETDEVICES [=y] && !S390 [=S390] && PC |
| |
----------------------------------------------------------------( 99%)---
Signed-off-by: Cheng Renquan <[email protected]>
Cc: Roman Zippel <[email protected]>
Signed-off-by: Sam Ravnborg <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions