]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
kconfig: qconf: do not show checkbox icon for choice
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 24 Jun 2025 15:04:50 +0000 (00:04 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 30 Jun 2025 03:36:43 +0000 (12:36 +0900)
commitcd5f1534a37e0b05733a8714195ec90474c20e82
tree4fd92dfa85318dab729237f8401891f174a38d8f
parentb04c7e88bcf5ddcd15e2c620b802c28848f437bb
kconfig: qconf: do not show checkbox icon for choice

When you select "Show All Options" or "Show Prompt Options", choice
entries display a check box icon, but this has no point because
choice is always y since commit fde192511bdb ("kconfig: remove tristate
choice support").

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
scripts/kconfig/qconf.cc