Merge branch 'net-mdio-rearrange-kconfig-menus'

Maxime Chevallier says:

====================
net: mdio: Rearrange Kconfig menus

In menuconfig, all MDIO controllers and muxes are listed directly under the
Device drivers -> Network device support menu.

Let's group these in their own subenu :

Device drivers ->
  Network device support ->
    MDIO controller drivers ->
      Mdio driver A
      Mdio driver B
      ...
      MDIO Multiplexers ->
        MDIO Mux driver A
	MDIO Mux driver B
	...

There are no functional or KConfig dependency changes in this series,
just menu reorganisation.
====================

Link: https://patch.msgid.link/20260715082226.51481-1-maxime.chevallier@bootlin.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
Jakub Kicinski 2026-07-22 15:00:59 -07:00
commit 93902b441b

View File

@ -3,7 +3,8 @@
# MDIO Layer Configuration
#
if PHYLIB
menu "MDIO controller drivers"
depends on PHYLIB
config FWNODE_MDIO
def_tristate (ACPI || OF) || COMPILE_TEST
@ -198,7 +199,7 @@ config MDIO_THUNDER
ThunderX SoCs when the MDIO bus device appears as a PCI
device.
comment "MDIO Multiplexers"
menu "MDIO Multiplexers"
config MDIO_BUS_MUX
tristate
@ -288,5 +289,5 @@ config MDIO_BUS_MUX_MMIOREG
Currently, only 8/16/32 bits registers are supported.
endif
endmenu
endmenu