diff options
author | Woojung.Huh@microchip.com <Woojung.Huh@microchip.com> | 2015-09-09 23:49:53 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-09-10 03:19:14 +0300 |
commit | 792aec47d59d951865cc617a97b6e6be53d4b977 (patch) | |
tree | deec1ca5c2b99a8fdf1833e8c7e4c814d72008c2 /drivers/net/phy/Kconfig | |
parent | dfc50fcaad574e5c8c85cbc83eca1426b2413fa4 (diff) | |
download | linux-792aec47d59d951865cc617a97b6e6be53d4b977.tar.xz |
add microchip LAN88xx phy driver
Add Microchip LAN88XX phy driver for phylib.
Signed-off-by: Woojung Huh <woojung.huh@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 c07030dbe748..c5ad98ace5d0 100644 --- a/drivers/net/phy/Kconfig +++ b/drivers/net/phy/Kconfig @@ -127,6 +127,11 @@ config DP83867_PHY ---help--- Currently supports the DP83867 PHY. +config MICROCHIP_PHY + tristate "Drivers for Microchip PHYs" + help + Supports the LAN88XX PHYs. + config FIXED_PHY tristate "Driver for MDIO Bus/PHY emulation with fixed speed/link PHYs" depends on PHYLIB |