diff options
author | Woojung Huh <woojung.huh@microchip.com> | 2016-12-07 23:26:25 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-08 22:21:47 +0300 |
commit | 02dc1f3d613d5a859513d7416c9aca370425a7e0 (patch) | |
tree | 81ef9e3bc90e38e3943d0dd5f074d3f580bd1af4 /drivers/net/usb/Kconfig | |
parent | f38e7a32ee4fc9c8aeeac59e6e0462cd281586e3 (diff) | |
download | linux-02dc1f3d613d5a859513d7416c9aca370425a7e0.tar.xz |
lan78xx: add LAN7801 MAC only support
Add LAN7801 MAC only support with phy fixup functions.
Signed-off-by: Woojung Huh <woojung.huh@microchip.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/Kconfig')
-rw-r--r-- | drivers/net/usb/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index cdde59089f72..3dd490f53e48 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig @@ -114,6 +114,11 @@ config USB_LAN78XX help This option adds support for Microchip LAN78XX based USB 2 & USB 3 10/100/1000 Ethernet adapters. + LAN7800 : USB 3 to 10/100/1000 Ethernet adapter + LAN7850 : USB 2 to 10/100/1000 Ethernet adapter + LAN7801 : USB 3 to 10/100/1000 Ethernet adapter (MAC only) + + Proper PHY driver is required for LAN7801. To compile this driver as a module, choose M here: the module will be called lan78xx. |