diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2025-07-17 08:24:08 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2025-07-26 19:55:37 +0900 |
commit | 6d4d44254e43157bb760aa16367a394c2ab299b8 (patch) | |
tree | 6093b5ca50b80fa22a89bdcfa321d54b0f4e5fd3 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | b9f75396ec107628cc5f52fb6e055c1c9dc68401 (diff) |
kconfig: gconf: fix single view to display dependent symbols correctly
In the following example, the symbol C was never displayed in Single
view. Fix the recursion logic so that all symbols are shown.
menu "menu"
config A
bool "A"
config B
bool "B"
depends on A
config C
bool "C"
depends on B
endmenu
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions