diff options
author | Nisar Sayed <Nisar.Sayed@microchip.com> | 2018-05-02 17:39:17 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-05-10 20:16:36 +0200 |
commit | 3e50d2da5850dd126b3e6a6e4387620d55b71db4 (patch) | |
tree | b2d41c78ca95d2d5f5a4d41ab168dd18d6f01bce /drivers/net/phy/Kconfig | |
parent | Merge tag 'mlx5-updates-2018-05-07' of git://git.kernel.org/pub/scm/linux/ker... (diff) | |
download | linux-3e50d2da5850dd126b3e6a6e4387620d55b71db4.tar.xz linux-3e50d2da5850dd126b3e6a6e4387620d55b71db4.zip |
microchip_t1: Add driver for Microchip LAN87XX T1 PHYs
Add driver for Microchip LAN87XX T1 PHYs
This patch support driver for Microchp T1 PHYs.
There will be followup patches to this driver to support T1 PHY
features such as cable diagnostics, signal quality indicator(SQI),
sleep and wakeup (TC10) support.
Signed-off-by: Nisar Sayed <Nisar.Sayed@microchip.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 edb8b9ab827f..ae2d69170dc3 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -360,6 +360,11 @@ config MICROCHIP_PHY help Supports the LAN88XX PHYs. +config MICROCHIP_T1_PHY + tristate "Microchip T1 PHYs" + ---help--- + Supports the LAN87XX PHYs. + config MICROSEMI_PHY tristate "Microsemi PHYs" ---help--- |