diff options
| author | Maxime Chevallier <maxime.chevallier@bootlin.com> | 2026-07-15 10:22:25 +0200 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2026-07-22 15:00:53 -0700 |
| commit | 8a48eb846f7e2cf819495db8a6b194a1ad0e95fb (patch) | |
| tree | b058b6986580e2afdfa97653ba27ac20ebea1b22 | |
| parent | 65f1820835f382de93857e0933915645b0b3669a (diff) | |
| download | linux-next-8a48eb846f7e2cf819495db8a6b194a1ad0e95fb.tar.gz linux-next-8a48eb846f7e2cf819495db8a6b194a1ad0e95fb.zip | |
net: mdio: Kconfig: Group mdio multiplexers in a submenu
Move all MDIO muxes under the "MDIO controller drivers" submenu.
This doesn't change any dependency for KConfig options and is
purely cosmetic.
Suggested-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20260715082226.51481-3-maxime.chevallier@bootlin.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
| -rw-r--r-- | drivers/net/mdio/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/mdio/Kconfig b/drivers/net/mdio/Kconfig index b845f1c17843..a05229838cb4 100644 --- a/drivers/net/mdio/Kconfig +++ b/drivers/net/mdio/Kconfig @@ -199,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 @@ -290,3 +290,4 @@ config MDIO_BUS_MUX_MMIOREG Currently, only 8/16/32 bits registers are supported. endmenu +endmenu |
