Skip to content

Commit 7ce8d39

Browse files
tq-steinaBartosz Golaszewski
authored andcommitted
gpio: Fix dependency for gpio-delay
This driver relies on OF_GPIO features, add a dependency to Kconfig. Fixes: cf5dec8 ("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>
1 parent cf5dec8 commit 7ce8d39

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

drivers/gpio/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1735,6 +1735,7 @@ config GPIO_AGGREGATOR
17351735

17361736
config GPIO_DELAY
17371737
tristate "GPIO delay"
1738+
depends on OF_GPIO
17381739
help
17391740
Say yes here to enable the GPIO delay, which provides a way to
17401741
configure platform specific delays for GPIO ramp-up or ramp-down

0 commit comments

Comments
 (0)