diff options
| author | Marek Vasut <[email protected]> | 2023-03-19 18:08:10 +0100 |
|---|---|---|
| committer | Marek Vasut <[email protected]> | 2023-04-07 14:21:37 +0200 |
| commit | b6fcab0728cb5ea8712ef2e4b3e2fc679386a888 (patch) | |
| tree | d7b66a031d724fe30be912d7b349cae09b3963e9 /drivers/net/phy/Kconfig | |
| parent | 9e53d5f5803e0c8a7a26aea4f8aaf6e959b515eb (diff) | |
net: phy: marvell10g: Adapt Marvell 10G PHY driver from Linux
Pull Marvell 10G PHY driver from Linux 6.1.y as of commit
d6d29292640d3 ("net: phy: marvell10g: select host interface configuration")
and heavily adapt to match U-Boot PHY framework. Support for
hwmon is removed as is much other functionality which could
not be tested, this results in much simpler driver which can
only bring the PHY up and set MAC type.
Signed-off-by: Marek Vasut <[email protected]>
Reviewed-by: Ramon Fried <[email protected]>
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 6806e3c0903..24158776f52 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -174,6 +174,11 @@ config PHY_LXT config PHY_MARVELL bool "Marvell Ethernet PHYs support" +config PHY_MARVELL_10G + bool "Marvell Alaska 10Gbit PHYs" + help + Support for the Marvell Alaska MV88X3310 and compatible PHYs. + config PHY_MESON_GXL bool "Amlogic Meson GXL Internal PHY support" |
