xref: /linux/drivers/net/can/usb/Kconfig (revision 6c8c1406)
1# SPDX-License-Identifier: GPL-2.0-only
2menu "CAN USB interfaces"
3	depends on USB
4
5config CAN_8DEV_USB
6	tristate "8 devices USB2CAN interface"
7	help
8	  This driver supports the USB2CAN interface
9	  from 8 devices (http://www.8devices.com).
10
11config CAN_EMS_USB
12	tristate "EMS CPC-USB/ARM7 CAN/USB interface"
13	help
14	  This driver is for the one channel CPC-USB/ARM7 CAN/USB interface
15	  from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
16
17config CAN_ESD_USB
18	tristate "esd electronics gmbh CAN/USB interfaces"
19	help
20	  This driver adds supports for several CAN/USB interfaces
21	  from esd electronics gmbh (https://www.esd.eu).
22
23	  The drivers supports the following devices:
24	    - esd CAN-USB/2
25	    - esd CAN-USB/Micro
26
27	  To compile this driver as a module, choose M here: the module
28	  will be called esd_usb.
29
30config CAN_ETAS_ES58X
31	tristate "ETAS ES58X CAN/USB interfaces"
32	select CRC16
33	help
34	  This driver supports the ES581.4, ES582.1 and ES584.1 interfaces
35	  from ETAS GmbH (https://www.etas.com/en/products/es58x.php).
36
37	  To compile this driver as a module, choose M here: the module
38	  will be called etas_es58x.
39
40config CAN_GS_USB
41	tristate "Geschwister Schneider UG interfaces"
42	help
43	  This driver supports the Geschwister Schneider and bytewerk.org
44	  candleLight USB CAN interfaces USB/CAN devices
45	  If unsure choose N,
46	  choose Y for built in support,
47	  M to compile as module (module will be named: gs_usb).
48
49config CAN_KVASER_USB
50	tristate "Kvaser CAN/USB interface"
51	help
52	  This driver adds support for Kvaser CAN/USB devices like Kvaser
53	  Leaf Light, Kvaser USBcan II and Kvaser Memorator Pro 5xHS.
54
55	  The driver provides support for the following devices:
56	    - Kvaser Leaf Light
57	    - Kvaser Leaf Professional HS
58	    - Kvaser Leaf SemiPro HS
59	    - Kvaser Leaf Professional LS
60	    - Kvaser Leaf Professional SWC
61	    - Kvaser Leaf Professional LIN
62	    - Kvaser Leaf SemiPro LS
63	    - Kvaser Leaf SemiPro SWC
64	    - Kvaser Memorator II HS/HS
65	    - Kvaser USBcan Professional HS/HS
66	    - Kvaser Leaf Light GI
67	    - Kvaser Leaf Professional HS (OBD-II connector)
68	    - Kvaser Memorator Professional HS/LS
69	    - Kvaser Leaf Light "China"
70	    - Kvaser BlackBird SemiPro
71	    - Kvaser USBcan R
72	    - Kvaser USBcan R v2
73	    - Kvaser Leaf Light v2
74	    - Kvaser Leaf Light R v2
75	    - Kvaser Mini PCI Express HS
76	    - Kvaser Mini PCI Express 2xHS
77	    - Kvaser USBcan Light 2xHS
78	    - Kvaser USBcan II HS/HS
79	    - Kvaser USBcan II HS/LS
80	    - Kvaser USBcan Rugged ("USBcan Rev B")
81	    - Kvaser Memorator HS/HS
82	    - Kvaser Memorator HS/LS
83	    - Scania VCI2 (if you have the Kvaser logo on top)
84	    - Kvaser BlackBird v2
85	    - Kvaser Leaf Pro HS v2
86	    - Kvaser Hybrid CAN/LIN
87	    - Kvaser Hybrid 2xCAN/LIN
88	    - Kvaser Hybrid Pro CAN/LIN
89	    - Kvaser Hybrid Pro 2xCAN/LIN
90	    - Kvaser Memorator 2xHS v2
91	    - Kvaser Memorator Pro 2xHS v2
92	    - Kvaser Memorator Pro 5xHS
93	    - Kvaser USBcan Light 4xHS
94	    - Kvaser USBcan Pro 2xHS v2
95	    - Kvaser USBcan Pro 4xHS
96	    - Kvaser USBcan Pro 5xHS
97	    - Kvaser U100
98	    - Kvaser U100P
99	    - Kvaser U100S
100	    - ATI Memorator Pro 2xHS v2
101	    - ATI USBcan Pro 2xHS v2
102
103	  If unsure, say N.
104
105	  To compile this driver as a module, choose M here: the
106	  module will be called kvaser_usb.
107
108config CAN_MCBA_USB
109	tristate "Microchip CAN BUS Analyzer interface"
110	help
111	  This driver supports the CAN BUS Analyzer interface
112	  from Microchip (http://www.microchip.com/development-tools/).
113
114config CAN_PEAK_USB
115	tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD"
116	help
117	  This driver supports the PEAK-System Technik USB adapters that enable
118	  access to the CAN bus, with respect to the CAN 2.0b and/or CAN-FD
119	  standards, that is:
120
121	  PCAN-USB             single CAN 2.0b channel USB adapter
122	  PCAN-USB Pro         dual CAN 2.0b channels USB adapter
123	  PCAN-USB FD          single CAN-FD channel USB adapter
124	  PCAN-USB Pro FD      dual CAN-FD channels USB adapter
125	  PCAN-Chip USB        CAN-FD to USB stamp module
126	  PCAN-USB X6          6 CAN-FD channels USB adapter
127
128	  (see also http://www.peak-system.com).
129
130config CAN_UCAN
131	tristate "Theobroma Systems UCAN interface"
132	help
133	  This driver supports the Theobroma Systems
134	  UCAN USB-CAN interface.
135
136	  The UCAN driver supports the microcontroller-based USB/CAN
137	  adapters from Theobroma Systems. There are two form-factors
138	  that run essentially the same firmware:
139
140	  * Seal: standalone USB stick
141	          https://www.theobroma-systems.com/seal)
142	  * Mule: integrated on the PCB of various System-on-Modules
143	          from Theobroma Systems like the A31-µQ7 and the RK3399-Q7
144	          (https://www.theobroma-systems.com/rk3399-q7)
145
146endmenu
147