From: Alexander Stein Date: Mon, 5 Jun 2023 07:25:18 +0000 (+0200) Subject: gpio: Fix dependency for gpio-delay X-Git-Tag: v6.5-rc1~158^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ce8d39e342167b2be7004b28926728176e6d94e;p=thirdparty%2Flinux.git 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 Signed-off-by: Bartosz Golaszewski --- diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index d45b55bef2e37..ecabab982fee7 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