]> Git Repo - linux.git/blob - drivers/net/can/usb/Kconfig
x86/kaslr: Expose and use the end of the physical memory address space
[linux.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_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
30 config 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
41 config 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
53 config 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
66 config 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 Mini PCIe 1xCAN
95             - Kvaser USBcan Light 2xHS
96             - Kvaser USBcan II HS/HS
97             - Kvaser USBcan II HS/LS
98             - Kvaser USBcan Rugged ("USBcan Rev B")
99             - Kvaser Memorator HS/HS
100             - Kvaser Memorator HS/LS
101             - Scania VCI2 (if you have the Kvaser logo on top)
102             - Kvaser BlackBird v2
103             - Kvaser Leaf Pro HS v2
104             - Kvaser Leaf v3
105             - Kvaser Hybrid CAN/LIN
106             - Kvaser Hybrid 2xCAN/LIN
107             - Kvaser Hybrid Pro CAN/LIN
108             - Kvaser Hybrid Pro 2xCAN/LIN
109             - Kvaser Memorator 2xHS v2
110             - Kvaser Memorator Pro 2xHS v2
111             - Kvaser Memorator Pro 5xHS
112             - Kvaser USBcan Light 4xHS
113             - Kvaser USBcan Pro 2xHS v2
114             - Kvaser USBcan Pro 4xHS
115             - Kvaser USBcan Pro 5xCAN
116             - Kvaser USBcan Pro 5xHS
117             - Kvaser U100
118             - Kvaser U100P
119             - Kvaser U100S
120             - ATI Memorator Pro 2xHS v2
121             - ATI USBcan Pro 2xHS v2
122             - Vining 800
123
124           If unsure, say N.
125
126           To compile this driver as a module, choose M here: the
127           module will be called kvaser_usb.
128
129 config CAN_MCBA_USB
130         tristate "Microchip CAN BUS Analyzer interface"
131         help
132           This driver supports the CAN BUS Analyzer interface
133           from Microchip (http://www.microchip.com/development-tools/).
134
135 config CAN_PEAK_USB
136         tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD"
137         help
138           This driver supports the PEAK-System Technik USB adapters that enable
139           access to the CAN bus, with respect to the CAN 2.0b and/or CAN-FD
140           standards, that is:
141
142           PCAN-USB             single CAN 2.0b channel USB adapter
143           PCAN-USB Pro         dual CAN 2.0b channels USB adapter
144           PCAN-USB FD          single CAN-FD channel USB adapter
145           PCAN-USB Pro FD      dual CAN-FD channels USB adapter
146           PCAN-Chip USB        CAN-FD to USB stamp module
147           PCAN-USB X6          6 CAN-FD channels USB adapter
148
149           (see also http://www.peak-system.com).
150
151 config CAN_UCAN
152         tristate "Theobroma Systems UCAN interface"
153         help
154           This driver supports the Theobroma Systems
155           UCAN USB-CAN interface.
156
157           The UCAN driver supports the microcontroller-based USB/CAN
158           adapters from Theobroma Systems. There are two form-factors
159           that run essentially the same firmware:
160
161           * Seal: standalone USB stick
162                   https://www.theobroma-systems.com/seal)
163           * Mule: integrated on the PCB of various System-on-Modules
164                   from Theobroma Systems like the A31-µQ7 and the RK3399-Q7
165                   (https://www.theobroma-systems.com/rk3399-q7)
166
167 endmenu
This page took 0.045058 seconds and 4 git commands to generate.