summaryrefslogtreecommitdiff
path: root/drivers/gpio
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@ew.tq-group.com>2023-06-05 10:25:18 +0300
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-05 10:36:52 +0300
commit7ce8d39e342167b2be7004b28926728176e6d94e (patch)
tree0be3de094f10d270d8ae11a094b42e79e6db7372 /drivers/gpio
parentcf5dec80c4e23ac1677b8ef9aafe5a7b87bb18c3 (diff)
downloadlinux-7ce8d39e342167b2be7004b28926728176e6d94e.tar.xz
gpio: Fix dependency for gpio-delay
This driver relies on OF_GPIO features, add a dependency to Kconfig. Fixes: cf5dec80c4e2 ("gpio: Add gpio delay driver") Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/gpio')
-rw-r--r--drivers/gpio/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index d45b55bef2e3..ecabab982fee 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -1735,6 +1735,7 @@ config GPIO_AGGREGATOR
config GPIO_DELAY
tristate "GPIO delay"
+ depends on OF_GPIO
help
Say yes here to enable the GPIO delay, which provides a way to
configure platform specific delays for GPIO ramp-up or ramp-down