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