mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 05:04:02 +02:00
usb: musb: remove dead select of USB_MUSB_DUAL_ROLE
'select' does not work on config options in a 'choice', so currently it is possible to enable USB_MUSB_POLARFIRE_SOC without USB_MUSB_DUAL_ROLE. Remove the dead select, as it is unnecessary, from this conversation: https://lore.kernel.org/all/20260712-parole-stoning-d7e66a0961a8@spud/ This dead select was found by kconfirm, a static analysis tool for Kconfig. Suggested-by: Conor Dooley <conor@kernel.org> Signed-off-by: Julian Braha <julianbraha@gmail.com> Link: https://patch.msgid.link/20260714112047.2304856-2-julianbraha@gmail.com Acked-by: Conor Dooley <conor.dooley@microchip.com> Acked-by: Arnd Bergmann <arnd@arndb.de> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
3a3a484873
commit
1e6be4bd53
|
|
@ -116,7 +116,6 @@ config USB_MUSB_POLARFIRE_SOC
|
|||
tristate "Microchip PolarFire SoC platforms"
|
||||
depends on ARCH_MICROCHIP_POLARFIRE || COMPILE_TEST
|
||||
depends on NOP_USB_XCEIV
|
||||
select USB_MUSB_DUAL_ROLE
|
||||
help
|
||||
Say Y here to enable support for USB on Microchip's PolarFire SoC.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user