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

Commit 631eb227 authored by Ira W. Snyder's avatar Ira W. Snyder Committed by Samuel Ortiz
Browse files

can: Add support for Janz VMOD-ICAN3 Intelligent CAN module



The Janz VMOD-ICAN3 is a MODULbus daughterboard which fits onto any
MODULbus carrier board. It is an intelligent CAN controller with a
microcontroller and associated firmware.

Signed-off-by: default avatarIra W. Snyder <iws@ovro.caltech.edu>
Acked-by: default avatarWolfgang Grandegger <wg@grandegger.com>
Acked-by: default avatarDavid S. Miller <davem@davemloft.net>
Signed-off-by: default avatarSamuel Ortiz <sameo@linux.intel.com>
parent bd358132
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -63,6 +63,16 @@ config CAN_BFIN
	  To compile this driver as a module, choose M here: the
	  To compile this driver as a module, choose M here: the
	  module will be called bfin_can.
	  module will be called bfin_can.


config CAN_JANZ_ICAN3
	tristate "Janz VMOD-ICAN3 Intelligent CAN controller"
	depends on CAN_DEV && MFD_JANZ_CMODIO
	---help---
	  Driver for Janz VMOD-ICAN3 Intelligent CAN controller module, which
	  connects to a MODULbus carrier board.

	  This driver can also be built as a module. If so, the module will be
	  called janz-ican3.ko.

source "drivers/net/can/mscan/Kconfig"
source "drivers/net/can/mscan/Kconfig"


source "drivers/net/can/sja1000/Kconfig"
source "drivers/net/can/sja1000/Kconfig"
+1 −0
Original line number Original line Diff line number Diff line
@@ -15,5 +15,6 @@ obj-$(CONFIG_CAN_AT91) += at91_can.o
obj-$(CONFIG_CAN_TI_HECC)	+= ti_hecc.o
obj-$(CONFIG_CAN_TI_HECC)	+= ti_hecc.o
obj-$(CONFIG_CAN_MCP251X)	+= mcp251x.o
obj-$(CONFIG_CAN_MCP251X)	+= mcp251x.o
obj-$(CONFIG_CAN_BFIN)		+= bfin_can.o
obj-$(CONFIG_CAN_BFIN)		+= bfin_can.o
obj-$(CONFIG_CAN_JANZ_ICAN3)	+= janz-ican3.o


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

File added.

Preview size limit exceeded, changes collapsed.