Skip to content

Commit d95963e

Browse files
LegoLivesMatterlag-linaro
authored andcommitted
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>
1 parent 243ce64 commit d95963e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/video/backlight/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,7 @@ config BACKLIGHT_KTD253
185185

186186
config BACKLIGHT_KTD2801
187187
tristate "Backlight Driver for Kinetic KTD2801"
188+
depends on GPIOLIB || COMPILE_TEST
188189
select LEDS_EXPRESSWIRE
189190
help
190191
Say Y to enable the backlight driver for the Kinetic KTD2801 1-wire

0 commit comments

Comments
 (0)