* [PATCH net-next] asix: AX88172A driver depends on phylib
@ 2012-07-19 12:02 Christian Riesch
2012-07-19 17:01 ` Fengguang Wu
2012-07-19 17:50 ` David Miller
0 siblings, 2 replies; 3+ messages in thread
From: Christian Riesch @ 2012-07-19 12:02 UTC (permalink / raw)
To: netdev; +Cc: Fengguang Wu, Christian Riesch, kernel-janitors
Since commit 16626b0cc3d5afe250850f96759b241f8a403b52 the asix
driver depends on the phylib. Select phylib when the asix driver is
selected.
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Cc: kernel-janitors@vger.kernel.org
Signed-off-by: Christian Riesch <christian.riesch@omicron.at>
---
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 833e32f..c1ae769 100644
--- a/drivers/net/usb/Kconfig
+++ b/drivers/net/usb/Kconfig
@@ -134,6 +134,7 @@ config USB_NET_AX8817X
tristate "ASIX AX88xxx Based USB 2.0 Ethernet Adapters"
depends on USB_USBNET
select CRC32
+ select PHYLIB
default y
help
This option adds support for ASIX AX88xxx based USB 2.0
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-07-19 17:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-19 12:02 [PATCH net-next] asix: AX88172A driver depends on phylib Christian Riesch
2012-07-19 17:01 ` Fengguang Wu
2012-07-19 17:50 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).