File tree Expand file tree Collapse file tree 4 files changed +1169
-0
lines changed Expand file tree Collapse file tree 4 files changed +1169
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,13 @@ config CAN_EMS_PCI
7575 CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche
7676 (http://www.ems-wuensche.de).
7777
78+ config CAN_EMS_USB
79+ tristate "EMS CPC-USB/ARM7 CAN/USB interface"
80+ depends on USB && CAN_DEV
81+ ---help---
82+ This driver is for the one channel CPC-USB/ARM7 CAN/USB interface
83+ from from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).
84+
7885config CAN_KVASER_PCI
7986 tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
8087 depends on PCI && CAN_SJA1000
Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ obj-$(CONFIG_CAN_VCAN) += vcan.o
77obj-$(CONFIG_CAN_DEV) += can-dev.o
88can-dev-y := dev.o
99
10+ obj-y += usb/
11+
1012obj-$(CONFIG_CAN_SJA1000) += sja1000/
1113
1214ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
Original file line number Diff line number Diff line change 1+ #
2+ # Makefile for the Linux Controller Area Network USB drivers.
3+ #
4+
5+ obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o
You can’t perform that action at this time.
0 commit comments