]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
net: mdio: drop unneeded dependency on OF_GPIO
authorBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Tue, 28 Apr 2026 09:33:38 +0000 (11:33 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 30 Apr 2026 01:01:48 +0000 (18:01 -0700)
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@oss.qualcomm.com>
Link: https://patch.msgid.link/20260428093338.35043-1-bartosz.golaszewski@oss.qualcomm.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/mdio/Kconfig

index c71132f33f8472e607e92212fe447217fe8888a3..c591eec8e97a56bd1a07c796796f2d1b72fede6d 100644 (file)
@@ -254,7 +254,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