diff options
author | Shaohui Xie <Shaohui.Xie@freescale.com> | 2015-07-17 11:19:46 +0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-07-20 23:59:41 -0700 |
commit | f61687c01917946d2274dd8736bb8f9e2691ee5b (patch) | |
tree | 94f2af786a5c79e1d199bdb958d2c5f0ad75947b /drivers/net/phy/Kconfig | |
parent | 500322ec418171a1d067cfd8a3b0fde4b6eb7257 (diff) |
phylib: add driver for Teranetics TN2020
Teranetics TN2020 is compliant with IEEE 802.3an 10 Gigabit.
Signed-off-by: Shaohui Xie <Shaohui.Xie@freescale.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 cb86d7a01542..d6aff873803c 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -54,6 +54,11 @@ config VITESSE_PHY ---help--- Currently supports the vsc8244 +config TERANETICS_PHY + tristate "Drivers for the Teranetics PHYs" + ---help--- + Currently supports the Teranetics TN2020 + config SMSC_PHY tristate "Drivers for SMSC PHYs" ---help--- |