aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/can/usb/Kconfig
diff options
context:
space:
mode:
authorMatthias Fuchs <matthias.fuchs@esd.eu>2010-08-03 02:55:23 +0000
committerDavid S. Miller <davem@davemloft.net>2010-08-03 16:37:58 -0700
commit96d8e90382dc336b5de401164597edfdc2e8d9f1 (patch)
tree2976dc09729f46ee68217dda7dd2683950e27362 /drivers/net/can/usb/Kconfig
parentl2tp: fix export of header file for userspace (diff)
downloadlinux-dev-96d8e90382dc336b5de401164597edfdc2e8d9f1.tar.xz
linux-dev-96d8e90382dc336b5de401164597edfdc2e8d9f1.zip
can: Add driver for esd CAN-USB/2 device
This patch adds a driver for esd's USB high speed CAN interface. The driver supports devices with multiple CAN interfaces. Signed-off-by: Matthias Fuchs <matthias.fuchs@esd.eu> Acked-by: Wolfgang Grandegger <wg@grandegger.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/can/usb/Kconfig')
-rw-r--r--drivers/net/can/usb/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/net/can/usb/Kconfig b/drivers/net/can/usb/Kconfig
index 97ff6febad63..04525495b15b 100644
--- a/drivers/net/can/usb/Kconfig
+++ b/drivers/net/can/usb/Kconfig
@@ -7,4 +7,10 @@ config CAN_EMS_USB
This driver is for the one channel CPC-USB/ARM7 CAN/USB interface
from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
+config CAN_ESD_USB2
+ tristate "ESD USB/2 CAN/USB interface"
+ ---help---
+ This driver supports the CAN-USB/2 interface
+ from esd electronic system design gmbh (http://www.esd.eu).
+
endmenu