diff options
author | DENG Qingfang <dqfext@gmail.com> | 2021-05-19 05:31:59 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-05-19 22:27:42 +0200 |
commit | e40d2cca01893c1941f5959b14bb0cd0d4f4d099 (patch) | |
tree | 2ac832defa1094574de7b41d6b5983aa07101ee2 /drivers/net/phy/Kconfig | |
parent | net: qrtr: ns: Fix error return code in qrtr_ns_init() (diff) | |
download | linux-e40d2cca01893c1941f5959b14bb0cd0d4f4d099.tar.xz linux-e40d2cca01893c1941f5959b14bb0cd0d4f4d099.zip |
net: phy: add MediaTek Gigabit Ethernet PHY driver
Add support for MediaTek Gigabit Ethernet PHYs found in MT7530 and
MT7531 switches.
The initialization procedure is from the vendor driver, but due to lack
of documentation, the function of some register values remains unknown.
Signed-off-by: DENG Qingfang <dqfext@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/phy/Kconfig')
-rw-r--r-- | drivers/net/phy/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/phy/Kconfig b/drivers/net/phy/Kconfig index 25511f39b01f..1534e408505b 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -207,6 +207,11 @@ config MARVELL_88X2222_PHY Support for the Marvell 88X2222 Dual-port Multi-speed Ethernet Transceiver. +config MEDIATEK_GE_PHY + tristate "MediaTek Gigabit Ethernet PHYs" + help + Supports the MediaTek Gigabit Ethernet PHYs. + config MICREL_PHY tristate "Micrel PHYs" help |