All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next] asix: AX88172A driver depends on phylib
@ 2012-07-19 12:02 ` Christian Riesch
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

* [PATCH net-next] asix: AX88172A driver depends on phylib
@ 2012-07-19 12:02 ` Christian Riesch
  0 siblings, 0 replies; 6+ 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] 6+ messages in thread

* Re: [PATCH net-next] asix: AX88172A driver depends on phylib
  2012-07-19 12:02 ` Christian Riesch
@ 2012-07-19 17:01   ` Fengguang Wu
  -1 siblings, 0 replies; 6+ messages in thread
From: Fengguang Wu @ 2012-07-19 17:01 UTC (permalink / raw)
  To: Christian Riesch; +Cc: netdev, kernel-janitors

On Thu, Jul 19, 2012 at 02:02:19PM +0200, Christian Riesch wrote:
> Since commit 16626b0cc3d5afe250850f96759b241f8a403b52 the asix
> driver depends on the phylib. Select phylib when the asix driver is
> selected.

Tested-by: Fengguang Wu <fengguang.wu@intel.com>

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

* Re: [PATCH net-next] asix: AX88172A driver depends on phylib
@ 2012-07-19 17:01   ` Fengguang Wu
  0 siblings, 0 replies; 6+ messages in thread
From: Fengguang Wu @ 2012-07-19 17:01 UTC (permalink / raw)
  To: Christian Riesch; +Cc: netdev, kernel-janitors

On Thu, Jul 19, 2012 at 02:02:19PM +0200, Christian Riesch wrote:
> Since commit 16626b0cc3d5afe250850f96759b241f8a403b52 the asix
> driver depends on the phylib. Select phylib when the asix driver is
> selected.

Tested-by: Fengguang Wu <fengguang.wu@intel.com>

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

* Re: [PATCH net-next] asix: AX88172A driver depends on phylib
  2012-07-19 12:02 ` Christian Riesch
@ 2012-07-19 17:50   ` David Miller
  -1 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2012-07-19 17:50 UTC (permalink / raw)
  To: christian.riesch; +Cc: netdev, fengguang.wu, kernel-janitors

From: Christian Riesch <christian.riesch@omicron.at>
Date: Thu, 19 Jul 2012 14:02:19 +0200

> 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>

Applied.

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

* Re: [PATCH net-next] asix: AX88172A driver depends on phylib
@ 2012-07-19 17:50   ` David Miller
  0 siblings, 0 replies; 6+ messages in thread
From: David Miller @ 2012-07-19 17:50 UTC (permalink / raw)
  To: christian.riesch; +Cc: netdev, fengguang.wu, kernel-janitors

From: Christian Riesch <christian.riesch@omicron.at>
Date: Thu, 19 Jul 2012 14:02:19 +0200

> 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>

Applied.

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

end of thread, other threads:[~2012-07-19 17:50 UTC | newest]

Thread overview: 6+ 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 12:02 ` Christian Riesch
2012-07-19 17:01 ` Fengguang Wu
2012-07-19 17:01   ` Fengguang Wu
2012-07-19 17:50 ` David Miller
2012-07-19 17:50   ` David Miller

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.