Re: linux-next: Tree for Jul 29 (BACKLIGHT_KTD2801)

From: Randy Dunlap
Date: Tue Jul 29 2025 - 04:32:26 EST




On 7/28/25 10:35 PM, Stephen Rothwell wrote:
> Hi all,
>
> Changes since 20250728:
>

on ARCH=um SUBARCH=i386, when
# CONFIG_GPIOLIB is not set

WARNING: unmet direct dependencies detected for LEDS_EXPRESSWIRE
Depends on [n]: GPIOLIB [=n] || NEW_LEDS [=y] && GPIOLIB [=n]
Selected by [y]:
- BACKLIGHT_KTD2801 [=y] && HAS_IOMEM [=y] && BACKLIGHT_CLASS_DEVICE [=y]


so BACKLIGHT_KTD2801 should:
depends on GPIOLIB

Also, in drivers/leds/Kconfig, does it need duplicate entries for this?
Can't the second entry be removed?
(asking since Duje made both entries)

config LEDS_EXPRESSWIRE
bool
depends on GPIOLIB


Thanks.


--
~Randy