summaryrefslogtreecommitdiffstats
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorAndy Shevchenko <andy.shevchenko@gmail.com>2024-03-02 19:33:29 +0200
committerLinus Walleij <linus.walleij@linaro.org>2024-03-03 09:43:10 +0100
commitcaddc92c57451d983c7e31e60b961c5aae4ece63 (patch)
tree0cd724052d540e6e567ab60e5a96ac2d2bf8fded /drivers/gpio/Kconfig
parentb824f841a4a8442f626fedeafb3c8fcfb7bef823 (diff)
downloadlinux-caddc92c57451d983c7e31e60b961c5aae4ece63.tar.gz
linux-caddc92c57451d983c7e31e60b961c5aae4ece63.tar.bz2
linux-caddc92c57451d983c7e31e60b961c5aae4ece63.zip
gpio: nomadik: Finish conversion to use firmware node APIs
Previously driver got a few updates in order to replace OF APIs by respective firmware node, however it was not finished to the logical end, e.g., some APIs that has been used are still require OF node to be passed. Finish that job by converting leftovers to use firmware node APIs. Signed-off-by: Andy Shevchenko <andy.shevchenko@gmail.com> Link: https://lore.kernel.org/r/20240302173401.217830-1-andy.shevchenko@gmail.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/gpio/Kconfig')
-rw-r--r--drivers/gpio/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index f633be517654..ef20ab921010 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -481,7 +481,6 @@ config GPIO_MXS
config GPIO_NOMADIK
bool "Nomadik GPIO driver"
depends on ARCH_U8500 || ARCH_NOMADIK || MACH_EYEQ5 || COMPILE_TEST
- depends on OF_GPIO
select GPIOLIB_IRQCHIP
help
Say yes here to support the Nomadik SoC GPIO block. This block is also