On Wed, Sep 9, 2026, at 15:39, [email protected] wrote:
> [Severity: Low]
> Does this removal break Kconfig consistency and leave dead code in the tree?
>
> The config GPIO_RC5T583 in drivers/gpio/Kconfig still depends on MFD_RC5T583,
> which violates Kconfig rules since the target dependency is now missing.
>
> Additionally, drivers/gpio/gpio-rc5t583.c is left in the tree and still
> includes
> the deleted <linux/mfd/rc5t583.h> header, making it unbuildable, and its entry
> is still present in drivers/gpio/Makefile.
>
> Should the GPIO driver be removed in this patch as well?
Right, I had this as a separate patch but folded that in here now.
Arnd