Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 290549
b: refs/heads/master
c: 2b61972
h: refs/heads/master
i:
  290547: 5276b29
v: v3
  • Loading branch information
Stephane Grosjean authored and Marc Kleine-Budde committed Mar 3, 2012
1 parent 794e425 commit 3054fbc
Show file tree
Hide file tree
Showing 4 changed files with 764 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: e6d9c80b7ca1504411ad6d7acdb8683e4ae1c9cd
refs/heads/master: 2b61972b74219d21ef1e91178349bdb840357688
9 changes: 9 additions & 0 deletions trunk/drivers/net/can/sja1000/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,15 @@ config CAN_EMS_PCI
CPC-PCIe and CPC-104P cards from EMS Dr. Thomas Wuensche
(http://www.ems-wuensche.de).

config CAN_PEAK_PCMCIA
tristate "PEAK PCAN-PC Card"
depends on PCMCIA
---help---
This driver is for the PCAN-PC Card PCMCIA adapter (1 or 2 channels)
from PEAK-System (http://www.peak-system.com). To compile this
driver as a module, choose M here: the module will be called
peak_pcmcia.

config CAN_PEAK_PCI
tristate "PEAK PCAN-PCI/PCIe/miniPCI Cards"
depends on PCI
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/can/sja1000/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ obj-$(CONFIG_CAN_SJA1000_OF_PLATFORM) += sja1000_of_platform.o
obj-$(CONFIG_CAN_EMS_PCMCIA) += ems_pcmcia.o
obj-$(CONFIG_CAN_EMS_PCI) += ems_pci.o
obj-$(CONFIG_CAN_KVASER_PCI) += kvaser_pci.o
obj-$(CONFIG_CAN_PEAK_PCMCIA) += peak_pcmcia.o
obj-$(CONFIG_CAN_PEAK_PCI) += peak_pci.o
obj-$(CONFIG_CAN_PLX_PCI) += plx_pci.o
obj-$(CONFIG_CAN_TSCAN1) += tscan1.o
Expand Down
Loading

0 comments on commit 3054fbc

Please sign in to comment.