kconfig: do not imply the type of choice value
authorMasahiro Yamada <masahiroy@kernel.org>
Fri, 2 Feb 2024 15:58:25 +0000 (00:58 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Tue, 20 Feb 2024 11:47:45 +0000 (20:47 +0900)
commit7d5f52a4334c5227408b14c2e76d8840aa26f132
tree051eb969e1b12d200014241ff9e787ac061a8b24
parent980c9e198f1c5563380bed2a2672e592edf9efaa
kconfig: do not imply the type of choice value

Do not feed back the choice type to choice values.

Each choice value should explicitly specify 'bool' or 'tristate',
as all the Kconfig files already do. If the type were missing,
"config symbol defined without type" would be shown.

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