Commit 6d4d4425 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent b9f75396
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment