diff options
author | Raghuram Chary J <raghuramchary.jallipalli@microchip.com> | 2018-04-28 08:03:14 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-04-30 03:41:01 +0200 |
commit | 89b36fb5e53244701f7ddec0ece0e9a48fdb3b11 (patch) | |
tree | 3e03b578de632510a3c40806b7b7ddd673525863 /drivers/net/usb/Kconfig | |
parent | Merge branch 'tcp-mmap-rework-zerocopy-receive' (diff) | |
download | linux-89b36fb5e53244701f7ddec0ece0e9a48fdb3b11.tar.xz linux-89b36fb5e53244701f7ddec0ece0e9a48fdb3b11.zip |
lan78xx: Lan7801 Support for Fixed PHY
Adding Fixed PHY support to the lan78xx driver.
Signed-off-by: Raghuram Chary J <raghuramchary.jallipalli@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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig index f28bd74ac275..418b0904cecb 100644 --- a/drivers/net/usb/Kconfig +++ b/drivers/net/usb/Kconfig @@ -111,6 +111,7 @@ config USB_LAN78XX select MII select PHYLIB select MICROCHIP_PHY + select FIXED_PHY help This option adds support for Microchip LAN78XX based USB 2 & USB 3 10/100/1000 Ethernet adapters. |