[PATCH 04/14] net: mdio: drop unneeded dependency on OF_GPIO
Bartosz Golaszewski
bartosz.golaszewski at oss.qualcomm.com
Wed Mar 4 20:02:25 AEDT 2026
OF_GPIO is selected automatically on all OF systems. Any symbols it
controls also provide stubs so there's really no reason to select it
explicitly.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski at oss.qualcomm.com>
---
drivers/net/mdio/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/mdio/Kconfig b/drivers/net/mdio/Kconfig
index 44380378911b7d72e7289951fca90282d731913d..d7ca7fce7a3b86a435fac035534260146f114bc7 100644
--- a/drivers/net/mdio/Kconfig
+++ b/drivers/net/mdio/Kconfig
@@ -247,7 +247,7 @@ config MDIO_BUS_MUX_BCM_IPROC
config MDIO_BUS_MUX_GPIO
tristate "GPIO controlled MDIO bus multiplexers"
- depends on OF_GPIO && OF_MDIO
+ depends on OF_MDIO
select MDIO_BUS_MUX
help
This module provides a driver for MDIO bus multiplexers that
--
2.47.3
More information about the Linuxppc-dev
mailing list