linux-next: Tree for Jul 29 (BACKLIGHT_KTD2801)

Randy Dunlap rdunlap at infradead.org
Tue Jul 29 08:32:13 UTC 2025



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



More information about the dri-devel mailing list