Commit 6d4d442
committed
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>1 parent b9f7539 commit 6d4d442
1 file changed
Lines changed: 1 addition & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
914 | 914 | | |
915 | 915 | | |
916 | 916 | | |
917 | | - | |
918 | 917 | | |
919 | | - | |
920 | 918 | | |
921 | 919 | | |
922 | 920 | | |
| |||
929 | 927 | | |
930 | 928 | | |
931 | 929 | | |
932 | | - | |
933 | | - | |
934 | | - | |
935 | 930 | | |
936 | 931 | | |
937 | 932 | | |
| |||
943 | 938 | | |
944 | 939 | | |
945 | 940 | | |
946 | | - | |
947 | | - | |
948 | | - | |
949 | | - | |
950 | | - | |
951 | | - | |
952 | | - | |
953 | | - | |
954 | | - | |
955 | | - | |
| 941 | + | |
956 | 942 | | |
957 | 943 | | |
958 | 944 | | |
| |||
0 commit comments