Skip to content

Commit fe14564

Browse files
stm-at-esdmarckleinebudde
authored andcommitted
can: usb: Kconfig: Fix list of devices for esd_usb driver
The CAN-USB/3-FD was missing on the list of supported devices. Signed-off-by: Stefan Mätje <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent 221013a commit fe14564

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/net/can/usb/Kconfig

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,12 @@ config CAN_EMS_USB
1717
config CAN_ESD_USB
1818
tristate "esd electronics gmbh CAN/USB interfaces"
1919
help
20-
This driver adds supports for several CAN/USB interfaces
20+
This driver adds support for several CAN/USB interfaces
2121
from esd electronics gmbh (https://www.esd.eu).
2222

2323
The drivers supports the following devices:
2424
- esd CAN-USB/2
25+
- esd CAN-USB/3-FD
2526
- esd CAN-USB/Micro
2627

2728
To compile this driver as a module, choose M here: the module

0 commit comments

Comments
 (0)