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

2025-04-11 Thread Randy Dunlap
On 4/11/25 10:22 AM, Duje Mihanović via B4 Relay wrote: > From: Duje Mihanović > > The ExpressWire library used by the driver depends on GPIOLIB, and by > extension the driver does as well. This is not reflected in the driver's > Kconfig entry, potentially causing Kconfig warnings. Fix this by

[PATCH] backlight: ktd2801: depend on GPIOLIB

2025-04-11 Thread Duje Mihanović via B4 Relay
From: Duje Mihanović The ExpressWire library used by the driver depends on GPIOLIB, and by extension the driver does as well. This is not reflected in the driver's Kconfig entry, potentially causing Kconfig warnings. Fix this by adding the dependency. Link: https://lore.kernel.org/all/5cf231e1-

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 [n

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]: > - BACKLIGHT_KTD28

[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: 66c76c1cd9