Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 166221
b: refs/heads/master
c: 702171a
h: refs/heads/master
i:
  166219: 2c42dae
v: v3
  • Loading branch information
Sebastian Haas authored and David S. Miller committed Sep 21, 2009
1 parent 5590cdd commit c9ee221
Show file tree
Hide file tree
Showing 5 changed files with 1,170 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c1e815c03b7313d6474164bfe91916da1329ad2b
refs/heads/master: 702171adeed3607ee9603ec30ce081411e36ae42
7 changes: 7 additions & 0 deletions trunk/drivers/net/can/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,13 @@ config CAN_EMS_PCI
CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche
(http://www.ems-wuensche.de).

config CAN_EMS_USB
tristate "EMS CPC-USB/ARM7 CAN/USB interface"
depends on USB && CAN_DEV
---help---
This driver is for the one channel CPC-USB/ARM7 CAN/USB interface
from from EMS Dr. Thomas Wuensche (http://www.ems-wuensche.de).

config CAN_KVASER_PCI
tristate "Kvaser PCIcanx and Kvaser PCIcan PCI Cards"
depends on PCI && CAN_SJA1000
Expand Down
2 changes: 2 additions & 0 deletions trunk/drivers/net/can/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ obj-$(CONFIG_CAN_VCAN) += vcan.o
obj-$(CONFIG_CAN_DEV) += can-dev.o
can-dev-y := dev.o

obj-y += usb/

obj-$(CONFIG_CAN_SJA1000) += sja1000/

ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
5 changes: 5 additions & 0 deletions trunk/drivers/net/can/usb/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#
# Makefile for the Linux Controller Area Network USB drivers.
#

obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o
Loading

0 comments on commit c9ee221

Please sign in to comment.