Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2a367c3a authored by Wolfgang Grandegger's avatar Wolfgang Grandegger Committed by David S. Miller
Browse files

can: cc770: add driver core for the Bosch CC770 and Intel AN82527

parent d7d75960
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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"
+1 −0
Original line number Diff line number Diff line
@@ -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
+3 −0
Original line number Diff line number Diff line
menuconfig CAN_CC770
	tristate "Bosch CC770 and Intel AN82527 devices"
	depends on CAN_DEV && HAS_IOMEM
+7 −0
Original line number Diff line number Diff line
#
#  Makefile for the Bosch CC770 CAN controller drivers.
#

obj-$(CONFIG_CAN_CC770) += cc770.o

ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
+881 −0

File added.

Preview size limit exceeded, changes collapsed.

Loading