Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

backlight: ktd2801: Depend on GPIOLIB

The LEDS_EXPRESSWIRE library used by the driver requires GPIOLIB. Make
sure this dependency is not left unsatisfied.

Reported-by: Randy Dunlap <rdunlap@infradead.org>
Closes: https://lore.kernel.org/all/b6c481bb-e854-405e-a428-90301789fe20@infradead.org/
Signed-off-by: Duje Mihanović <duje@dujemihanovic.xyz>
Reviewed-by: Daniel Thompson (RISCstar) <danielt@kernel.org>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Link: https://patch.msgid.link/20250729-expresswire-dep-fix-v1-2-635cd4cc746b@dujemihanovic.xyz
Signed-off-by: Lee Jones <lee@kernel.org>

authored by

Duje Mihanović and committed by
Lee Jones
d95963e3 243ce64b

+1
+1
drivers/video/backlight/Kconfig
··· 185 185 186 186 config BACKLIGHT_KTD2801 187 187 tristate "Backlight Driver for Kinetic KTD2801" 188 + depends on GPIOLIB || COMPILE_TEST 188 189 select LEDS_EXPRESSWIRE 189 190 help 190 191 Say Y to enable the backlight driver for the Kinetic KTD2801 1-wire