Merge tag 'reset-for-v5.3' of git://git.pengutronix.de/git/pza/linux into arm/drivers
[sfrench/cifs-2.6.git] / drivers / net / can / usb / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 menu "CAN USB interfaces"
3         depends on USB
4
5 config 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
11 config 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
17 config 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
23 config 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
32 config 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 Leaf Light v2
56             - Kvaser Mini PCI Express HS
57             - Kvaser Mini PCI Express 2xHS
58             - Kvaser USBcan Light 2xHS
59             - Kvaser USBcan II HS/HS
60             - Kvaser USBcan II HS/LS
61             - Kvaser USBcan Rugged ("USBcan Rev B")
62             - Kvaser Memorator HS/HS
63             - Kvaser Memorator HS/LS
64             - Scania VCI2 (if you have the Kvaser logo on top)
65             - Kvaser BlackBird v2
66             - Kvaser Leaf Pro HS v2
67             - Kvaser Hybrid 2xCAN/LIN
68             - Kvaser Hybrid Pro 2xCAN/LIN
69             - Kvaser Memorator 2xHS v2
70             - Kvaser Memorator Pro 2xHS v2
71             - Kvaser Memorator Pro 5xHS
72             - Kvaser USBcan Light 4xHS
73             - Kvaser USBcan Pro 2xHS v2
74             - Kvaser USBcan Pro 5xHS
75             - ATI Memorator Pro 2xHS v2
76             - ATI USBcan Pro 2xHS v2
77
78           If unsure, say N.
79
80           To compile this driver as a module, choose M here: the
81           module will be called kvaser_usb.
82
83 config CAN_MCBA_USB
84         tristate "Microchip CAN BUS Analyzer interface"
85         ---help---
86           This driver supports the CAN BUS Analyzer interface
87           from Microchip (http://www.microchip.com/development-tools/).
88
89 config CAN_PEAK_USB
90         tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD"
91         ---help---
92           This driver supports the PEAK-System Technik USB adapters that enable
93           access to the CAN bus, with repect to the CAN 2.0b and/or CAN-FD
94           standards, that is:
95
96           PCAN-USB             single CAN 2.0b channel USB adapter
97           PCAN-USB Pro         dual CAN 2.0b channels USB adapter
98           PCAN-USB FD          single CAN-FD channel USB adapter
99           PCAN-USB Pro FD      dual CAN-FD channels USB adapter
100           PCAN-Chip USB        CAN-FD to USB stamp module
101           PCAN-USB X6          6 CAN-FD channels USB adapter
102
103           (see also http://www.peak-system.com).
104
105 config CAN_MCBA_USB
106         tristate "Microchip CAN BUS Analyzer interface"
107         ---help---
108           This driver supports the CAN BUS Analyzer interface
109           from Microchip (http://www.microchip.com/development-tools/).
110
111 config CAN_UCAN
112         tristate "Theobroma Systems UCAN interface"
113         ---help---
114           This driver supports the Theobroma Systems
115           UCAN USB-CAN interface.
116
117           The UCAN driver supports the microcontroller-based USB/CAN
118           adapters from Theobroma Systems. There are two form-factors
119           that run essentially the same firmware:
120
121           * Seal: standalone USB stick
122                   https://www.theobroma-systems.com/seal)
123           * Mule: integrated on the PCB of various System-on-Modules
124                   from Theobroma Systems like the A31-µQ7 and the RK3399-Q7
125                   (https://www.theobroma-systems.com/rk3399-q7)
126
127 endmenu