Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 278315
b: refs/heads/master
c: 2a367c3
h: refs/heads/master
i:
  278313: 61872cc
  278311: c046171
v: v3
  • Loading branch information
Wolfgang Grandegger authored and David S. Miller committed Dec 1, 2011
1 parent 53a6c89 commit cb64d0f
Show file tree
Hide file tree
Showing 8 changed files with 1,131 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: d7d75960ea74e524d75ba8b067523471f39a7bf3
refs/heads/master: 2a367c3a82557cd11a04949ef2160658987fa772
2 changes: 2 additions & 0 deletions trunk/drivers/net/can/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@ source "drivers/net/can/sja1000/Kconfig"

source "drivers/net/can/c_can/Kconfig"

source "drivers/net/can/cc770/Kconfig"

source "drivers/net/can/usb/Kconfig"

source "drivers/net/can/softing/Kconfig"
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/net/can/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ obj-y += softing/
obj-$(CONFIG_CAN_SJA1000) += sja1000/
obj-$(CONFIG_CAN_MSCAN) += mscan/
obj-$(CONFIG_CAN_C_CAN) += c_can/
obj-$(CONFIG_CAN_CC770) += cc770/
obj-$(CONFIG_CAN_AT91) += at91_can.o
obj-$(CONFIG_CAN_TI_HECC) += ti_hecc.o
obj-$(CONFIG_CAN_MCP251X) += mcp251x.o
Expand Down
3 changes: 3 additions & 0 deletions trunk/drivers/net/can/cc770/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
menuconfig CAN_CC770
tristate "Bosch CC770 and Intel AN82527 devices"
depends on CAN_DEV && HAS_IOMEM
7 changes: 7 additions & 0 deletions trunk/drivers/net/can/cc770/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#
# Makefile for the Bosch CC770 CAN controller drivers.
#

obj-$(CONFIG_CAN_CC770) += cc770.o

ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
Loading

0 comments on commit cb64d0f

Please sign in to comment.