On Tue, Feb 13, 2024 at 05:55:50PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann <arnd@xxxxxxxx> > > The expresswire module requires gpiolib, so anything selecting it > also needs this dependency: > > WARNING: unmet direct dependencies detected for LEDS_EXPRESSWIRE > Depends on [n]: NEW_LEDS [=y] && GPIOLIB [=n] > Selected by [y]: > - LEDS_KTD2692 [=y] && NEW_LEDS [=y] && LEDS_CLASS_FLASH [=y] && OF [=y] > > Fixes: e59a15af7aa6 ("leds: ktd2692: Convert to use ExpressWire library") > Signed-off-by: Arnd Bergmann <arnd@xxxxxxxx> Reviewed-by: Daniel Thompson <daniel.thompson@xxxxxxxxxx> Daniel.