Re: [PATCH] backlight: ktd2801: depend on GPIOLIB

2024-02-15 Thread Duje Mihanović
On Thursday, February 15, 2024 2:31:37 PM CET Linus Walleij wrote: > On Tue, Feb 13, 2024 at 7:13 PM Duje Mihanović wrote: > > LEDS_EXPRESSWIRE depends on GPIOLIB, and so must anything selecting it: > > > > WARNING: unmet direct dependencies detected for LEDS_EXPRESSWIRE > > > > Depends on

Re: [PATCH] backlight: ktd2801: depend on GPIOLIB

2024-02-15 Thread Linus Walleij
On Tue, Feb 13, 2024 at 7:13 PM Duje Mihanović wrote: > LEDS_EXPRESSWIRE depends on GPIOLIB, and so must anything selecting it: > > WARNING: unmet direct dependencies detected for LEDS_EXPRESSWIRE > Depends on [n]: NEW_LEDS [=y] && GPIOLIB [=n] > Selected by [m]: > - BACKLIGHT_KTD2801 [=m]

Re: [PATCH] backlight: ktd2801: depend on GPIOLIB

2024-02-15 Thread Daniel Thompson
On Tue, Feb 13, 2024 at 07:12:33PM +0100, Duje Mihanović wrote: > LEDS_EXPRESSWIRE depends on GPIOLIB, and so must anything selecting it: > > WARNING: unmet direct dependencies detected for LEDS_EXPRESSWIRE > Depends on [n]: NEW_LEDS [=y] && GPIOLIB [=n] > Selected by [m]: > -

[PATCH] backlight: ktd2801: depend on GPIOLIB

2024-02-13 Thread Duje Mihanović
LEDS_EXPRESSWIRE depends on GPIOLIB, and so must anything selecting it: WARNING: unmet direct dependencies detected for LEDS_EXPRESSWIRE Depends on [n]: NEW_LEDS [=y] && GPIOLIB [=n] Selected by [m]: - BACKLIGHT_KTD2801 [=m] && HAS_IOMEM [=y] && BACKLIGHT_CLASS_DEVICE [=m] Fixes: