summaryrefslogtreecommitdiff
path: root/drivers/gpio/Kconfig
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2024-10-08 10:15:55 +0200
committerBartosz Golaszewski <bartosz.golaszewski@linaro.org>2024-10-14 10:28:01 +0200
commit3a5ca23bb65169f2f79727c51a5495a2d7a5166e (patch)
tree4f97d0d76672fb5fbd2b8dcfb8bd9dad830435dc /drivers/gpio/Kconfig
parentc46a74ff05c0ac76ba11ef21c930c3b447abf31a (diff)
downloadlwn-3a5ca23bb65169f2f79727c51a5495a2d7a5166e.tar.gz
lwn-3a5ca23bb65169f2f79727c51a5495a2d7a5166e.zip
gpio: mvebu: drop dependency on OF_GPIO
This driver doesn't really depend on interfaces from OF_GPIO so the Kconfig dependency can be dropped. Suggested-by: Uwe Kleine-König <ukleinek@kernel.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Acked-by: Uwe Kleine-König <ukleinek@kernel.org> Link: https://lore.kernel.org/r/20241008081555.23465-1-brgl@bgdev.pl Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@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 3598d5094393..ae0dd0e8fc4d 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -488,7 +488,6 @@ config GPIO_MT7621
config GPIO_MVEBU
def_bool y
depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST
- depends on OF_GPIO
select GENERIC_IRQ_CHIP
select REGMAP_MMIO