kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 23 Oct 2024 18:18:03 +0000 (03:18 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 5 Nov 2024 23:46:34 +0000 (08:46 +0900)
commitd6a91e28d11902e6cd5715633ed6f9b6df75de32
tree5b5579a1aab2ae6c5ffd014b542c9cd43728ec4f
parenta914032b71f0a74e9c9114ff9be8babb55bbca67
kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()

The P_MENU entries ("menu" and "menuconfig") are never displayed in
symbolMode.

The condition, list->mode == symbolMode, is never met here.

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