leds: ktd2692: Add GPIOLIB dependency
authorArnd Bergmann <arnd@arndb.de>
Tue, 13 Feb 2024 16:55:50 +0000 (17:55 +0100)
committerLee Jones <lee@kernel.org>
Thu, 7 Mar 2024 08:45:24 +0000 (08:45 +0000)
commitd48ece99f2d90be333dad38cba0dc6fadc7dff8c
tree28e3a5ba9a69922c067f680b0e65d0174787800a
parent7534904d421e92d0b1ab46c29f899f7c96697f4c
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 <arnd@arndb.de>
Reviewed-by: Daniel Thompson <daniel.thompson@linaro.org>
Link: https://lore.kernel.org/r/20240213165602.2230970-1-arnd@kernel.org
Signed-off-by: Lee Jones <lee@kernel.org>
drivers/leds/flash/Kconfig