Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290550
b: refs/heads/master
c: bb47855
h: refs/heads/master
v: v3
  • Loading branch information
Stephane Grosjean authored and Marc Kleine-Budde committed Mar 3, 2012
1 parent 3054fbc commit 66f1aed
Show file tree
Hide file tree
Showing 6 changed files with 1,107 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: 2b61972b74219d21ef1e91178349bdb840357688
refs/heads/master: bb4785551f64e18b2c8bb15a3bd2b22f5ebf624d
6 changes: 6 additions & 0 deletions trunk/drivers/net/can/usb/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,10 @@ config CAN_ESD_USB2
This driver supports the CAN-USB/2 interface
from esd electronic system design gmbh (http://www.esd.eu).

config CAN_PEAK_USB
tristate "PEAK PCAN-USB/USB Pro interfaces"
---help---
This driver supports the PCAN-USB and PCAN-USB Pro adapters
from PEAK-System Technik (http://www.peak-system.com).

endmenu
1 change: 1 addition & 0 deletions trunk/drivers/net/can/usb/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

obj-$(CONFIG_CAN_EMS_USB) += ems_usb.o
obj-$(CONFIG_CAN_ESD_USB2) += esd_usb2.o
obj-$(CONFIG_CAN_PEAK_USB) += peak_usb/

ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
2 changes: 2 additions & 0 deletions trunk/drivers/net/can/usb/peak_usb/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
obj-$(CONFIG_CAN_PEAK_USB) += peak_usb.o
peak_usb-y = pcan_usb_core.o
Loading

0 comments on commit 66f1aed

Please sign in to comment.