All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 3/5] lan78xx: Add PHYLIB and MICROCHIP_PHY as default config.
@ 2015-09-10 20:48 Woojung.Huh
  2015-09-10 21:46 ` Florian Fainelli
  0 siblings, 1 reply; 3+ messages in thread
From: Woojung.Huh @ 2015-09-10 20:48 UTC (permalink / raw)
  To: davem; +Cc: f.fainelli, netdev

Add PHYLIB and MICROCHIP_PHY as default configuration for  lan78xx.

Signed-off-by: Woojung Huh <woojung.huh@microchip.com>
---
 drivers/net/usb/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
index 1610b79..d9ca7aa 100644
--- a/drivers/net/usb/Kconfig
+++ b/drivers/net/usb/Kconfig
@@ -109,6 +109,8 @@ config USB_RTL8152
 config USB_LAN78XX
 	tristate "Microchip LAN78XX Based USB Ethernet Adapters"
 	select MII
+	select PHYLIB
+	select MICROCHIP_PHY
 	help
 	  This option adds support for Microchip LAN78XX based USB 2
 	  & USB 3 10/100/1000 Ethernet adapters.
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-09-10 22:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-10 20:48 [PATCH 3/5] lan78xx: Add PHYLIB and MICROCHIP_PHY as default config Woojung.Huh
2015-09-10 21:46 ` Florian Fainelli
2015-09-10 22:04   ` Woojung.Huh

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.