hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/drivers/net/can/usb/Kconfig
....@@ -1,27 +1,28 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 menu "CAN USB interfaces"
23 depends on USB
34
45 config CAN_8DEV_USB
56 tristate "8 devices USB2CAN interface"
6
- ---help---
7
+ help
78 This driver supports the USB2CAN interface
89 from 8 devices (http://www.8devices.com).
910
1011 config CAN_EMS_USB
1112 tristate "EMS CPC-USB/ARM7 CAN/USB interface"
12
- ---help---
13
+ help
1314 This driver is for the one channel CPC-USB/ARM7 CAN/USB interface
1415 from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
1516
1617 config CAN_ESD_USB2
17
- tristate "ESD USB/2 CAN/USB interface"
18
- ---help---
19
- This driver supports the CAN-USB/2 interface
20
- from esd electronic system design gmbh (http://www.esd.eu).
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).
2122
2223 config CAN_GS_USB
2324 tristate "Geschwister Schneider UG interfaces"
24
- ---help---
25
+ help
2526 This driver supports the Geschwister Schneider and bytewerk.org
2627 candleLight USB CAN interfaces USB/CAN devices
2728 If unsure choose N,
....@@ -30,7 +31,7 @@
3031
3132 config CAN_KVASER_USB
3233 tristate "Kvaser CAN/USB interface"
33
- ---help---
34
+ help
3435 This driver adds support for Kvaser CAN/USB devices like Kvaser
3536 Leaf Light, Kvaser USBcan II and Kvaser Memorator Pro 5xHS.
3637
....@@ -81,15 +82,15 @@
8182
8283 config CAN_MCBA_USB
8384 tristate "Microchip CAN BUS Analyzer interface"
84
- ---help---
85
+ help
8586 This driver supports the CAN BUS Analyzer interface
8687 from Microchip (http://www.microchip.com/development-tools/).
8788
8889 config CAN_PEAK_USB
8990 tristate "PEAK PCAN-USB/USB Pro interfaces for CAN 2.0b/CAN-FD"
90
- ---help---
91
+ help
9192 This driver supports the PEAK-System Technik USB adapters that enable
92
- access to the CAN bus, with repect to the CAN 2.0b and/or CAN-FD
93
+ access to the CAN bus, with respect to the CAN 2.0b and/or CAN-FD
9394 standards, that is:
9495
9596 PCAN-USB single CAN 2.0b channel USB adapter
....@@ -101,15 +102,9 @@
101102
102103 (see also http://www.peak-system.com).
103104
104
-config CAN_MCBA_USB
105
- tristate "Microchip CAN BUS Analyzer interface"
106
- ---help---
107
- This driver supports the CAN BUS Analyzer interface
108
- from Microchip (http://www.microchip.com/development-tools/).
109
-
110105 config CAN_UCAN
111106 tristate "Theobroma Systems UCAN interface"
112
- ---help---
107
+ help
113108 This driver supports the Theobroma Systems
114109 UCAN USB-CAN interface.
115110