]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
net: phy: mediatek: Sort config and file names in Kconfig and Makefile
authorSky Huang <skylake.huang@mediatek.com>
Fri, 16 May 2025 10:23:26 +0000 (18:23 +0800)
committerJakub Kicinski <kuba@kernel.org>
Wed, 21 May 2025 01:11:04 +0000 (18:11 -0700)
Sort config and file names in Kconfig and Makefile in
drivers/net/phy/mediatek/ in alphabetical order.

Signed-off-by: Sky Huang <skylake.huang@mediatek.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Link: https://patch.msgid.link/20250516102327.2014531-2-SkyLake.Huang@mediatek.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/phy/mediatek/Kconfig
drivers/net/phy/mediatek/Makefile

index 4308002bb82c422ce21dc51cdebd7de675db8308..f879925b30ce6075ab27a4c0dddc55eb67a46bb5 100644 (file)
@@ -1,7 +1,4 @@
 # 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
index 814879d0abe5de42e9ac56a6b962443850f76720..14b2c17b3f8fd7b41c406191404d4ccf6cedfbf7 100644 (file)
@@ -1,4 +1,4 @@
 # 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