kconfig: gconf: merge 'current' and 'browsed' global variables
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:05:30 +0000 (00:05 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 2 Jul 2025 01:39:31 +0000 (10:39 +0900)
commitecaa87d4e9c2820a376270955cd166cd77f82891
tree2a98eb16ae33de2c1f31a05a98f07256cd1686de
parent1bd81df0b1cc8d17b7818889c4c1cdf53415e606
kconfig: gconf: merge 'current' and 'browsed' global variables

The 'current' (SINGLE view) and 'browsed' (SPLIT_VIEW) variables serve
similar purposes and are not needed at the same time. Merge them.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
scripts/kconfig/gconf.c