[PATCH 3/3] gpio: syscon: drop dependency on CONFIG_OF

From: Bartosz Golaszewski
Date: Mon Sep 30 2024 - 06:32:38 EST


From: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>

MFD_SYSCON does not depend on OF and we now removed OF symbols from
gpio-syscon. Drop the Kconfig dependency.

Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>
---
drivers/gpio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig
index 98722e814e81..643747da4475 100644
--- a/drivers/gpio/Kconfig
+++ b/drivers/gpio/Kconfig
@@ -681,7 +681,7 @@ config GPIO_STP_XWAY

config GPIO_SYSCON
tristate "GPIO based on SYSCON"
- depends on MFD_SYSCON && OF
+ depends on MFD_SYSCON
help
Say yes here to support GPIO functionality though SYSCON driver.

--
2.43.0