diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2023-06-15 16:20:23 +0300 |
---|---|---|
committer | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-06-16 11:02:11 +0200 |
commit | 8efe124702a9a8ef8e3302714ff6a0e68efd118b (patch) | |
tree | 5093550d48b068bf2ae54a27416eb34d3fc028d8 /drivers/gpio/Kconfig | |
parent | 81674bea191301396a2ebd73a49a2e61e723c3d9 (diff) | |
download | lwn-8efe124702a9a8ef8e3302714ff6a0e68efd118b.tar.gz lwn-8efe124702a9a8ef8e3302714ff6a0e68efd118b.zip |
gpio: delay: Remove duplicative functionality
Now that GPIO aggregator supports a delay line, drop the duplicative
functionality, i.e. the entire gpio-delay driver.
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Tested-by: Alexander Stein <alexander.stein@ew.tq-group.com>
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r-- | drivers/gpio/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 71a5d137e6ea..3cb34896c26a 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -1749,15 +1749,6 @@ config GPIO_AGGREGATOR industrial control context, to be operated from userspace using the GPIO chardev interface. -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 - delays. This can serve the following purposes: - - Open-drain output using an RC filter - config GPIO_LATCH tristate "GPIO latch driver" help |