mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
net: mdio: drop unneeded dependency on OF_GPIO
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>
This commit is contained in:
parent
c06a2f2903
commit
c13581876f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user