Kconfig (762f99f4f3cb41a775b5157dd761217beba65873) | Kconfig (5e910bdedc84c1f196863cebdf27c1806449c27c) |
---|---|
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 | 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" | 17config CAN_ESD_USB 18 tristate "esd electronics gmbh CAN/USB interfaces" |
19 help | 19 help |
20 This driver supports the CAN-USB/2 interface 21 from esd electronic system design gmbh (http://www.esd.eu). | 20 This driver adds supports for several CAN/USB interfaces 21 from esd electronics gmbh (https://www.esd.eu). |
22 | 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 |
|
23config CAN_ETAS_ES58X 24 tristate "ETAS ES58X CAN/USB interfaces" 25 select CRC16 26 help 27 This driver supports the ES581.4, ES582.1 and ES584.1 interfaces 28 from ETAS GmbH (https://www.etas.com/en/products/es58x.php). 29 30 To compile this driver as a module, choose M here: the module --- 109 unchanged lines hidden --- | 30config CAN_ETAS_ES58X 31 tristate "ETAS ES58X CAN/USB interfaces" 32 select CRC16 33 help 34 This driver supports the ES581.4, ES582.1 and ES584.1 interfaces 35 from ETAS GmbH (https://www.etas.com/en/products/es58x.php). 36 37 To compile this driver as a module, choose M here: the module --- 109 unchanged lines hidden --- |