aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/Kconfig
diff options
context:
space:
mode:
authorPeter Holik <peter@holik.at>2009-04-18 03:24:21 -0400
committerDavid S. Miller <davem@davemloft.net>2009-04-21 04:55:59 -0400
commit4510d7cb8b4e7d389652b8a4f89fad469a5ecc92 (patch)
tree4bbfef372132bab1ba09b27447aa7d6667f8e0cc /drivers/net/usb/Kconfig
parent03ad032bb78b2732b607ed198e951240e1d21e59 (diff)
usb driver for intellon int51x1 based PLC like devolo dlan duo
usb driver for intellon int51x1 based PLC like devolo dlan duo with improvements suggested by the guys of the mailinglist: - name and prefix with int51x1 (Florian Fainelli) - use conversion functions cpu_to_le16 / le16_to_cpu (Oliver Neukum) - use pskb_may_pull instead of skb->len (Ilpo Järvinen) - better code in tx_fixup (Ilpo Järvinen) - use gotos for error handling (Ilpo Järvinen) - better description (Jon Smirl) Signed-off-by: Peter Holik <peter@holik.at> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/usb/Kconfig')
-rw-r--r--drivers/net/usb/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/net/usb/Kconfig b/drivers/net/usb/Kconfig
index 8ee21030e9ac..e00b5b1f6743 100644
--- a/drivers/net/usb/Kconfig
+++ b/drivers/net/usb/Kconfig
@@ -345,4 +345,12 @@ config USB_HSO
345 To compile this driver as a module, choose M here: the 345 To compile this driver as a module, choose M here: the
346 module will be called hso. 346 module will be called hso.
347 347
348config USB_NET_INT51X1
349 tristate "Intellon PLC based usb adapter"
350 depends on USB_USBNET
351 help
352 Choose this option if you're using a 14Mb USB-based PLC
353 (Powerline Communications) solution with an Intellon
354 INT51x1/INT5200 chip, like the "devolo dLan duo".
355
348endmenu 356endmenu