xref: /linux/drivers/net/can/usb/Kconfig (revision 8be4d31cb8aaeea27bde4b7ddb26e28a89062ebf)
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 support 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/3-FD
26	    - esd CAN-USB/Micro
27
28	  To compile this driver as a module, choose M here: the module
29	  will be called esd_usb.
30
31config CAN_ETAS_ES58X
32	tristate "ETAS ES58X CAN/USB interfaces"
33	select CRC16
34	select NET_DEVLINK
35	help
36	  This driver supports the ES581.4, ES582.1 and ES584.1 interfaces
37	  from ETAS GmbH (https://www.etas.com/en/products/es58x.php).
38
39	  To compile this driver as a module, choose M here: the module
40	  will be called etas_es58x.
41
42config CAN_F81604
43        tristate "Fintek F81604 USB to 2CAN interface"
44        help
45          This driver supports the Fintek F81604 USB to 2CAN interface.
46          The device can support CAN2.0A/B protocol and also support
47          2 output pins to control external terminator (optional).
48
49          To compile this driver as a module, choose M here: the module will
50          be called f81604.
51
52          (see also https://www.fintek.com.tw).
53
54config CAN_GS_USB
55	tristate "Geschwister Schneider UG and candleLight compatible interfaces"
56	select CAN_RX_OFFLOAD
57	help
58	  This driver supports the Geschwister Schneider and
59	  bytewerk.org candleLight compatible
60	  (https://github.com/candle-usb/candleLight_fw) USB/CAN
61	  interfaces.
62
63	  If unsure choose N,
64	  choose Y for built in support,
65	  M to compile as module (module will be named: gs_usb).
66
67config CAN_KVASER_USB
68	tristate "Kvaser CAN/USB interface"
69	select NET_DEVLINK
70	help
71	  This driver adds support for Kvaser CAN/USB devices like Kvaser
72	  Leaf Light, Kvaser USBcan II and Kvaser Memorator Pro 5xHS.
73
74	  The driver provides support for the following devices:
75	    - Kvaser Leaf Light
76	    - Kvaser Leaf Professional HS
77	    - Kvaser Leaf SemiPro HS
78	    - Kvaser Leaf Professional LS
79	    - Kvaser Leaf Professional SWC
80	    - Kvaser Leaf Professional LIN
81	    - Kvaser Leaf SemiPro LS
82	    - Kvaser Leaf SemiPro SWC
83	    - Kvaser Memorator II HS/HS
84	    - Kvaser USBcan Professional HS/HS
85	    - Kvaser Leaf Light GI
86	    - Kvaser Leaf Professional HS (OBD-II connector)
87	    - Kvaser Memorator Professional HS/LS
88	    - Kvaser Leaf Light "China"
89	    - Kvaser BlackBird SemiPro
90	    - Kvaser USBcan R
91	    - Kvaser USBcan R v2
92	    - Kvaser Leaf Light v2
93	    - Kvaser Leaf Light R v2
94	    - Kvaser Mini PCI Express HS
95	    - Kvaser Mini PCI Express 2xHS
96	    - Kvaser Mini PCIe 1xCAN
97	    - Kvaser USBcan Light 2xHS
98	    - Kvaser USBcan II HS/HS
99	    - Kvaser USBcan II HS/LS
100	    - Kvaser USBcan Rugged ("USBcan Rev B")
101	    - Kvaser Memorator HS/HS
102	    - Kvaser Memorator HS/LS
103	    - Scania VCI2 (if you have the Kvaser logo on top)
104	    - Kvaser BlackBird v2
105	    - Kvaser Leaf Pro HS v2
106	    - Kvaser Leaf v3
107	    - Kvaser Hybrid CAN/LIN
108	    - Kvaser Hybrid 2xCAN/LIN
109	    - Kvaser Hybrid Pro CAN/LIN
110	    - Kvaser Hybrid Pro 2xCAN/LIN
111	    - Kvaser Memorator 2xHS v2
112	    - Kvaser Memorator Pro 2xHS v2
113	    - Kvaser Memorator Pro 5xHS
114	    - Kvaser USBcan Light 4xHS
115	    - Kvaser USBcan Pro 2xHS v2
116	    - Kvaser USBcan Pro 4xHS
117	    - Kvaser USBcan Pro 5xCAN
118	    - Kvaser USBcan Pro 5xHS
119	    - Kvaser U100
120	    - Kvaser U100P
121	    - Kvaser U100S
122	    - ATI Memorator Pro 2xHS v2
123	    - ATI USBcan Pro 2xHS v2
124	    - Vining 800
125
126	  If unsure, say N.
127
128	  To compile this driver as a module, choose M here: the
129	  module will be called kvaser_usb.
130
131config CAN_MCBA_USB
132	tristate "Microchip CAN BUS Analyzer interface"
133	help
134	  This driver supports the CAN BUS Analyzer interface
135	  from Microchip (http://www.microchip.com/development-tools/).
136
137config CAN_PEAK_USB
138	tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD"
139	help
140	  This driver supports the PEAK-System Technik USB adapters that enable
141	  access to the CAN bus, with respect to the CAN 2.0b and/or CAN-FD
142	  standards, that is:
143
144	  PCAN-USB             single CAN 2.0b channel USB adapter
145	  PCAN-USB Pro         dual CAN 2.0b channels USB adapter
146	  PCAN-USB FD          single CAN-FD channel USB adapter
147	  PCAN-USB Pro FD      dual CAN-FD channels USB adapter
148	  PCAN-Chip USB        CAN-FD to USB stamp module
149	  PCAN-USB X6          6 CAN-FD channels USB adapter
150
151	  (see also http://www.peak-system.com).
152
153config CAN_UCAN
154	tristate "Theobroma Systems UCAN interface"
155	help
156	  This driver supports the Theobroma Systems
157	  UCAN USB-CAN interface.
158
159	  The UCAN driver supports the microcontroller-based USB/CAN
160	  adapters from Theobroma Systems. There are two form-factors
161	  that run essentially the same firmware:
162
163	  * Seal: standalone USB stick
164	          https://www.theobroma-systems.com/seal)
165	  * Mule: integrated on the PCB of various System-on-Modules
166	          from Theobroma Systems like the A31-µQ7 and the RK3399-Q7
167	          (https://www.theobroma-systems.com/rk3399-q7)
168
169endmenu
170