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