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

Commit d3bcd9db authored by Zou Shunxiang's avatar Zou Shunxiang Committed by Gerrit - the friendly Code Review server
Browse files

driver: net: can: add qti-can driver



Add qti-can driver for CAN device.

Change-Id: Ia22e642f78d3b8f99c1468f42918e0c8ccc67b06
Signed-off-by: default avatarZou Shunxiang <shunxian@codeaurora.org>
parent 14bc214f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -15,4 +15,14 @@ config CAN_MCP251X
	  Driver for the Microchip MCP251x and MCP25625 SPI CAN
	  controllers.

config QTI_CAN
	tristate "Unified driver for QTI CAN controllers"
	depends on SPI
	help
	  This adds unified driver for QTI CAN controllers on auto
	  Platform. This driver can support a few SPI controllers
	  being used on automotive paltform. This Driver is based
	  on Calypso MPC5746 MCU ans uses SPI bus for data access.
	  It support most CAN operations including version lookup,
	  firmware upgrade, CAN message filter, etc.
endmenu
+1 −0
Original line number Diff line number Diff line
@@ -6,3 +6,4 @@

obj-$(CONFIG_CAN_HI311X)	+= hi311x.o
obj-$(CONFIG_CAN_MCP251X)	+= mcp251x.o
obj-$(CONFIG_QTI_CAN)	+= qti-can.o
+1666 −0

File added.

Preview size limit exceeded, changes collapsed.