Re: [PATCH v2] usb: musb: remove dead select of USB_MUSB_DUAL_ROLE
From: Arnd Bergmann
Date: Tue Jul 14 2026 - 08:01:04 EST
On Tue, Jul 14, 2026, at 13:20, Julian Braha wrote:
> '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@xxxxxxxxxx>
> Signed-off-by: Julian Braha <julianbraha@xxxxxxxxx>
> ---
Acked-by: Arnd Bergmann <arnd@xxxxxxxx>