Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150308
b: refs/heads/master
c: 429da1c
h: refs/heads/master
v: v3
  • Loading branch information
Wolfgang Grandegger authored and David S. Miller committed May 18, 2009
1 parent cb26f73 commit 26b06e2
Show file tree
Hide file tree
Showing 6 changed files with 833 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: 39549eef3587f1c1e8c65c88a2400d10fd30ea17
refs/heads/master: 429da1cc841bc9f2e762fd7272fc2b80314b890a
6 changes: 6 additions & 0 deletions trunk/drivers/net/can/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ config CAN_CALC_BITTIMING
arguments "tq", "prop_seg", "phase_seg1", "phase_seg2" and "sjw".
If unsure, say Y.

config CAN_SJA1000
depends on CAN_DEV
tristate "Philips SJA1000"
---help---
Driver for the SJA1000 CAN controllers from Philips or NXP

config CAN_DEBUG_DEVICES
bool "CAN devices debugging messages"
depends on CAN
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,4 +7,6 @@ obj-$(CONFIG_CAN_VCAN) += vcan.o
obj-$(CONFIG_CAN_DEV) += can-dev.o
can-dev-y := dev.o

obj-$(CONFIG_CAN_SJA1000) += sja1000/

ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
7 changes: 7 additions & 0 deletions trunk/drivers/net/can/sja1000/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Makefile for the SJA1000 CAN controller drivers.
#

obj-$(CONFIG_CAN_SJA1000) += sja1000.o

ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
Loading

0 comments on commit 26b06e2

Please sign in to comment.