xref: /openbmc/linux/drivers/net/can/usb/Kconfig (revision 31e67366)
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_USB2
18	tristate "ESD USB/2 CAN/USB interface"
19	help
20	  This driver supports the CAN-USB/2 interface
21	  from esd electronic system design gmbh (http://www.esd.eu).
22
23config CAN_GS_USB
24	tristate "Geschwister Schneider UG interfaces"
25	help
26	  This driver supports the Geschwister Schneider and bytewerk.org
27	  candleLight USB CAN interfaces USB/CAN devices
28	  If unsure choose N,
29	  choose Y for built in support,
30	  M to compile as module (module will be named: gs_usb).
31
32config CAN_KVASER_USB
33	tristate "Kvaser CAN/USB interface"
34	help
35	  This driver adds support for Kvaser CAN/USB devices like Kvaser
36	  Leaf Light, Kvaser USBcan II and Kvaser Memorator Pro 5xHS.
37
38	  The driver provides support for the following devices:
39	    - Kvaser Leaf Light
40	    - Kvaser Leaf Professional HS
41	    - Kvaser Leaf SemiPro HS
42	    - Kvaser Leaf Professional LS
43	    - Kvaser Leaf Professional SWC
44	    - Kvaser Leaf Professional LIN
45	    - Kvaser Leaf SemiPro LS
46	    - Kvaser Leaf SemiPro SWC
47	    - Kvaser Memorator II HS/HS
48	    - Kvaser USBcan Professional HS/HS
49	    - Kvaser Leaf Light GI
50	    - Kvaser Leaf Professional HS (OBD-II connector)
51	    - Kvaser Memorator Professional HS/LS
52	    - Kvaser Leaf Light "China"
53	    - Kvaser BlackBird SemiPro
54	    - Kvaser USBcan R
55	    - Kvaser USBcan R v2
56	    - Kvaser Leaf Light v2
57	    - Kvaser Leaf Light R v2
58	    - Kvaser Mini PCI Express HS
59	    - Kvaser Mini PCI Express 2xHS
60	    - Kvaser USBcan Light 2xHS
61	    - Kvaser USBcan II HS/HS
62	    - Kvaser USBcan II HS/LS
63	    - Kvaser USBcan Rugged ("USBcan Rev B")
64	    - Kvaser Memorator HS/HS
65	    - Kvaser Memorator HS/LS
66	    - Scania VCI2 (if you have the Kvaser logo on top)
67	    - Kvaser BlackBird v2
68	    - Kvaser Leaf Pro HS v2
69	    - Kvaser Hybrid 2xCAN/LIN
70	    - Kvaser Hybrid Pro 2xCAN/LIN
71	    - Kvaser Memorator 2xHS v2
72	    - Kvaser Memorator Pro 2xHS v2
73	    - Kvaser Memorator Pro 5xHS
74	    - Kvaser USBcan Light 4xHS
75	    - Kvaser USBcan Pro 2xHS v2
76	    - Kvaser USBcan Pro 5xHS
77	    - Kvaser U100
78	    - Kvaser U100P
79	    - Kvaser U100S
80	    - ATI Memorator Pro 2xHS v2
81	    - ATI USBcan Pro 2xHS v2
82
83	  If unsure, say N.
84
85	  To compile this driver as a module, choose M here: the
86	  module will be called kvaser_usb.
87
88config CAN_MCBA_USB
89	tristate "Microchip CAN BUS Analyzer interface"
90	help
91	  This driver supports the CAN BUS Analyzer interface
92	  from Microchip (http://www.microchip.com/development-tools/).
93
94config CAN_PEAK_USB
95	tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD"
96	help
97	  This driver supports the PEAK-System Technik USB adapters that enable
98	  access to the CAN bus, with respect to the CAN 2.0b and/or CAN-FD
99	  standards, that is:
100
101	  PCAN-USB             single CAN 2.0b channel USB adapter
102	  PCAN-USB Pro         dual CAN 2.0b channels USB adapter
103	  PCAN-USB FD          single CAN-FD channel USB adapter
104	  PCAN-USB Pro FD      dual CAN-FD channels USB adapter
105	  PCAN-Chip USB        CAN-FD to USB stamp module
106	  PCAN-USB X6          6 CAN-FD channels USB adapter
107
108	  (see also http://www.peak-system.com).
109
110config CAN_UCAN
111	tristate "Theobroma Systems UCAN interface"
112	help
113	  This driver supports the Theobroma Systems
114	  UCAN USB-CAN interface.
115
116	  The UCAN driver supports the microcontroller-based USB/CAN
117	  adapters from Theobroma Systems. There are two form-factors
118	  that run essentially the same firmware:
119
120	  * Seal: standalone USB stick
121	          https://www.theobroma-systems.com/seal)
122	  * Mule: integrated on the PCB of various System-on-Modules
123	          from Theobroma Systems like the A31-µQ7 and the RK3399-Q7
124	          (https://www.theobroma-systems.com/rk3399-q7)
125
126endmenu
127