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

Commit a90b193c authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "driver: net: can: add qti-can driver"

parents e3002550 d3bcd9db
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.