[<prev] [next>] [day] [month] [year] [list]
Message-Id: <200802051947.43247.vapier@gentoo.org>
Date:	Tue, 5 Feb 2008 19:47:42 -0500
From:	Mike Frysinger <vapier@...too.org>
To:	jeff@...zik.org
Cc:	LKML <linux-kernel@...r.kernel.org>
Subject: [patch] usb net: asix does not really need 10/100mbit
The asix usb driver currently depends on NET_ETHERNET which means you cannot
enable this driver if you only have 1000mbit enabled in your kernel.  Since
there is no real dependency between the NET_ETHERNET portion and the asix
driver, simply drop it.
Signed-off-by: Mike Frysinger <vapier@...too.org>
---
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
index a12c9c4..0604f3f 100644
--- a/drivers/net/usb/Kconfig
+++ b/drivers/net/usb/Kconfig
@@ -129,7 +129,7 @@ config USB_USBNET
 
 config USB_NET_AX8817X
 	tristate "ASIX AX88xxx Based USB 2.0 Ethernet Adapters"
-	depends on USB_USBNET && NET_ETHERNET
+	depends on USB_USBNET
 	select CRC32
 	default y
 	help
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists