]> www.infradead.org Git - users/dwmw2/linux.git/commit
kconfig: remove support for "bool" prompt for choice entries
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 29 Sep 2024 17:32:37 +0000 (02:32 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 4 Nov 2024 08:53:09 +0000 (17:53 +0900)
commitbea2c5ef789a37bace99f2f45eeef3be4559b228
tree37946d13b3548d04456070e1c5be87ff3f6abb78
parentb95d0899c8bfa1346dd195e868c48008d888bac9
kconfig: remove support for "bool" prompt for choice entries

Since commit fde192511bdb ("kconfig: remove tristate choice support"),
all choice blocks are now boolean. There is no longer a need to specify
the choice type explicitly.

All "bool" prompts in choice entries have been converted to "prompt".

This commit removes support for the "bool" syntax in choice entries.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Documentation/kbuild/kconfig-language.rst
scripts/kconfig/parser.y