File tree Expand file tree Collapse file tree 5 files changed +2988
-0
lines changed Expand file tree Collapse file tree 5 files changed +2988
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,16 @@ config CAN_ESD_USB2
2020 This driver supports the CAN-USB/2 interface
2121 from esd electronic system design gmbh (http://www.esd.eu).
2222
23+ config 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
31+ will be called etas_es58x.
32+
2333config CAN_GS_USB
2434 tristate "Geschwister Schneider UG interfaces"
2535 help
Original file line number Diff line number Diff line change 66obj-$(CONFIG_CAN_8DEV_USB) += usb_8dev.o
77obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o
88obj-$(CONFIG_CAN_ESD_USB2) += esd_usb2.o
9+ obj-$(CONFIG_CAN_ETAS_ES58X) += etas_es58x/
910obj-$(CONFIG_CAN_GS_USB) += gs_usb.o
1011obj-$(CONFIG_CAN_KVASER_USB) += kvaser_usb/
1112obj-$(CONFIG_CAN_MCBA_USB) += mcba_usb.o
Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: GPL-2.0
2+ obj-$(CONFIG_CAN_ETAS_ES58X) += etas_es58x.o
3+ etas_es58x-y = es58x_core.o
You can’t perform that action at this time.
0 commit comments