diff options
author | 2024-10-08 10:15:55 +0200 | |
---|---|---|
committer | 2024-10-14 10:28:01 +0200 | |
commit | 3a5ca23bb65169f2f79727c51a5495a2d7a5166e (patch) | |
tree | 4f97d0d76672fb5fbd2b8dcfb8bd9dad830435dc | |
parent | gpio: add support for FTDI's MPSSE as GPIO (diff) | |
download | wireguard-linux-3a5ca23bb65169f2f79727c51a5495a2d7a5166e.tar.xz wireguard-linux-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>
-rw-r--r-- | drivers/gpio/Kconfig | 1 |
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 |