Commit 6d243c80 authored by Sky Huang's avatar Sky Huang Committed by Jakub Kicinski
Browse files

net: phy: mediatek: Sort config and file names in Kconfig and Makefile



Sort config and file names in Kconfig and Makefile in
drivers/net/phy/mediatek/ in alphabetical order.

Signed-off-by: default avatarSky Huang <skylake.huang@mediatek.com>
Reviewed-by: default avatarAndrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250516102327.2014531-2-SkyLake.Huang@mediatek.com


Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent af295892
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0-only
config MTK_NET_PHYLIB
	tristate

config MEDIATEK_GE_PHY
	tristate "MediaTek Gigabit Ethernet PHYs"
	select MTK_NET_PHYLIB
@@ -26,3 +23,6 @@ config MEDIATEK_GE_SOC_PHY
	  the MT7981 and MT7988 SoCs. These PHYs need calibration data
	  present in the SoCs efuse and will dynamically calibrate VCM
	  (common-mode voltage) during startup.

config MTK_NET_PHYLIB
	tristate
+1 −1
Original line number Diff line number Diff line
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_MTK_NET_PHYLIB)		+= mtk-phy-lib.o
obj-$(CONFIG_MEDIATEK_GE_PHY)		+= mtk-ge.o
obj-$(CONFIG_MEDIATEK_GE_SOC_PHY)	+= mtk-ge-soc.o
obj-$(CONFIG_MTK_NET_PHYLIB)		+= mtk-phy-lib.o