usb: use "prompt" instead of "bool" for choice prompts
authorMasahiro Yamada <masahiroy@kernel.org>
Sun, 29 Sep 2024 17:32:36 +0000 (02:32 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Mon, 4 Nov 2024 08:53:09 +0000 (17:53 +0900)
commitb95d0899c8bfa1346dd195e868c48008d888bac9
tree25f8c116ed7c15b14879fe8523b466c50fd2ea40
parent654102df2ac2a0d02a416100c3d44ff1dae932ca
usb: use "prompt" instead of "bool" for choice prompts

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.

Most choice blocks already use "prompt". Before the next commit removes
support for the "bool" syntax in choice entries, this commit converts
the remaining "bool" occurences under drivers/usb/.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
drivers/usb/dwc2/Kconfig
drivers/usb/dwc3/Kconfig
drivers/usb/isp1760/Kconfig
drivers/usb/mtu3/Kconfig
drivers/usb/musb/Kconfig