From: Arnd Bergmann Date: Tue, 13 Feb 2024 16:55:50 +0000 (+0100) Subject: leds: ktd2692: Add GPIOLIB dependency X-Git-Tag: v6.9-rc1~119^2~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d48ece99f2d90be333dad38cba0dc6fadc7dff8c;p=thirdparty%2Flinux.git leds: ktd2692: Add GPIOLIB dependency The expresswire module requires gpiolib, so anything selecting it also needs this dependency: WARNING: unmet direct dependencies detected for LEDS_EXPRESSWIRE Depends on [n]: NEW_LEDS [=y] && GPIOLIB [=n] Selected by [y]: - LEDS_KTD2692 [=y] && NEW_LEDS [=y] && LEDS_CLASS_FLASH [=y] && OF [=y] Fixes: e59a15af7aa6 ("leds: ktd2692: Convert to use ExpressWire library") Signed-off-by: Arnd Bergmann Reviewed-by: Daniel Thompson Link: https://lore.kernel.org/r/20240213165602.2230970-1-arnd@kernel.org Signed-off-by: Lee Jones --- diff --git a/drivers/leds/flash/Kconfig b/drivers/leds/flash/Kconfig index a0fb755b58dcc..24722d5813699 100644 --- a/drivers/leds/flash/Kconfig +++ b/drivers/leds/flash/Kconfig @@ -23,6 +23,7 @@ config LEDS_AS3645A config LEDS_KTD2692 tristate "LED support for Kinetic KTD2692 flash LED controller" depends on OF + depends on GPIOLIB select LEDS_EXPRESSWIRE help This option enables support for Kinetic KTD2692 LED flash connected