mirror of
https://github.com/hanwckf/immortalwrt-mt798x.git
synced 2025-01-10 03:09:08 +08:00
25 lines
784 B
Diff
25 lines
784 B
Diff
--- a/drivers/net/phy/Kconfig
|
|
+++ b/drivers/net/phy/Kconfig
|
|
@@ -522,6 +522,11 @@ config MEDIATEK_GE_PHY
|
|
help
|
|
Supports the MediaTek Gigabit Ethernet PHYs.
|
|
|
|
+config MEDIATEK_2P5GE_PHY
|
|
+ tristate "MediaTek 2.5Gb Ethernet PHYs"
|
|
+ ---help---
|
|
+ Supports MediaTek internal 2.5Gb Ethernet PHYs.
|
|
+
|
|
config MICREL_PHY
|
|
tristate "Micrel PHYs"
|
|
---help---
|
|
--- a/drivers/net/phy/Makefile
|
|
+++ b/drivers/net/phy/Makefile
|
|
@@ -95,6 +95,7 @@ obj-$(CONFIG_LXT_PHY) += lxt.o
|
|
obj-$(CONFIG_MARVELL_PHY) += marvell.o
|
|
obj-$(CONFIG_MARVELL_10G_PHY) += marvell10g.o
|
|
obj-$(CONFIG_MEDIATEK_GE_PHY) += mediatek-ge.o
|
|
+obj-$(CONFIG_MEDIATEK_2P5GE_PHY)+= mediatek-2p5ge.o
|
|
obj-$(CONFIG_MESON_GXL_PHY) += meson-gxl.o
|
|
obj-$(CONFIG_MICREL_KS8995MA) += spi_ks8995.o
|
|
obj-$(CONFIG_MICREL_PHY) += micrel.o
|