xref: /openbmc/linux/drivers/net/can/usb/Kconfig (revision 8b036556)
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 and Kvaser USBcan II.
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	    - Kvaser USBcan II HS/HS
50	    - Kvaser USBcan II HS/LS
51	    - Kvaser USBcan Rugged ("USBcan Rev B")
52	    - Kvaser Memorator HS/HS
53	    - Kvaser Memorator HS/LS
54	    - Scania VCI2 (if you have the Kvaser logo on top)
55
56	  If unsure, say N.
57
58	  To compile this driver as a module, choose M here: the
59	  module will be called kvaser_usb.
60
61config CAN_PEAK_USB
62	tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD"
63	---help---
64	  This driver supports the PEAK-System Technik USB adapters that enable
65	  access to the CAN bus, with repect to the CAN 2.0b and/or CAN-FD
66	  standards, that is:
67
68	  PCAN-USB             single CAN 2.0b channel USB adapter
69	  PCAN-USB Pro         dual CAN 2.0b channels USB adapter
70	  PCAN-USB FD          single CAN-FD channel USB adapter
71	  PCAN-USB Pro FD      dual CAN-FD channels USB adapter
72
73	  (see also http://www.peak-system.com).
74
75config CAN_8DEV_USB
76	tristate "8 devices USB2CAN interface"
77	---help---
78	  This driver supports the USB2CAN interface
79	  from 8 devices (http://www.8devices.com).
80
81endmenu
82