]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
kconfig: qconf: remove redundant type check for choice members
authorMasahiro Yamada <masahiroy@kernel.org>
Wed, 23 Oct 2024 18:17:52 +0000 (03:17 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 5 Nov 2024 23:46:34 +0000 (08:46 +0900)
commit0bab492cfe04e8b61188d4162b302b1f7ae9f4df
tree5e2059e3808cd0b030c89f7e472de4cb8ca2cae4
parent4a798a1e1017ef72240e23882aa2ab93efb553e7
kconfig: qconf: remove redundant type check for choice members

Since commit fde192511bdb ("kconfig: remove tristate choice support"),
choice members are always boolean. The type check is redundant.

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