Kconfig revision d08e973a77d128b25e01a08c34d89593fdf222da
1menu "CAN USB interfaces"
2	depends on USB
3
4config CAN_EMS_USB
5	tristate "EMS CPC-USB/ARM7 CAN/USB interface"
6	---help---
7	  This driver is for the one channel CPC-USB/ARM7 CAN/USB interface
8	  from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
9
10config CAN_ESD_USB2
11        tristate "ESD USB/2 CAN/USB interface"
12        ---help---
13          This driver supports the CAN-USB/2 interface
14          from esd electronic system design gmbh (http://www.esd.eu).
15
16config CAN_GS_USB
17	tristate "Geschwister Schneider UG interfaces"
18	---help---
19	  This driver supports the Geschwister Schneider USB/CAN devices.
20	  If unsure choose N,
21	  choose Y for built in support,
22	  M to compile as module (module will be named: gs_usb).
23
24config CAN_KVASER_USB
25	tristate "Kvaser CAN/USB interface"
26	---help---
27	  This driver adds support for Kvaser CAN/USB devices like Kvaser
28	  Leaf Light.
29
30	  The driver provides support for the following devices:
31	    - Kvaser Leaf Light
32	    - Kvaser Leaf Professional HS
33	    - Kvaser Leaf SemiPro HS
34	    - Kvaser Leaf Professional LS
35	    - Kvaser Leaf Professional SWC
36	    - Kvaser Leaf Professional LIN
37	    - Kvaser Leaf SemiPro LS
38	    - Kvaser Leaf SemiPro SWC
39	    - Kvaser Memorator II HS/HS
40	    - Kvaser USBcan Professional HS/HS
41	    - Kvaser Leaf Light GI
42	    - Kvaser Leaf Professional HS (OBD-II connector)
43	    - Kvaser Memorator Professional HS/LS
44	    - Kvaser Leaf Light "China"
45	    - Kvaser BlackBird SemiPro
46	    - Kvaser USBcan R
47	    - Kvaser Leaf Light v2
48	    - Kvaser Mini PCI Express HS
49
50	  If unsure, say N.
51
52	  To compile this driver as a module, choose M here: the
53	  module will be called kvaser_usb.
54
55config CAN_PEAK_USB
56	tristate "PEAK PCAN-USB/USB Pro interfaces"
57	---help---
58	  This driver supports the PCAN-USB and PCAN-USB Pro adapters
59	  from PEAK-System Technik (http://www.peak-system.com).
60
61config CAN_8DEV_USB
62	tristate "8 devices USB2CAN interface"
63	---help---
64	  This driver supports the USB2CAN interface
65	  from 8 devices (http://www.8devices.com).
66
67endmenu
68