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

Commit e0000163 authored by Christian Pellegrin's avatar Christian Pellegrin Committed by David S. Miller
Browse files

can: Driver for the Microchip MCP251x SPI CAN controllers

parent 81adee47
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -102,6 +102,12 @@ config CAN_TI_HECC
	  Driver for TI HECC (High End CAN Controller) module found on many
	  TI devices. The device specifications are available from www.ti.com

config CAN_MCP251X
	tristate "Microchip MCP251x SPI CAN controllers"
	depends on CAN_DEV && SPI
	---help---
	  Driver for the Microchip MCP251x SPI CAN controllers.

config CAN_DEBUG_DEVICES
	bool "CAN devices debugging messages"
	depends on CAN
+1 −0
Original line number Diff line number Diff line
@@ -12,5 +12,6 @@ obj-y += usb/
obj-$(CONFIG_CAN_SJA1000)	+= sja1000/
obj-$(CONFIG_CAN_AT91)		+= at91_can.o
obj-$(CONFIG_CAN_TI_HECC)	+= ti_hecc.o
obj-$(CONFIG_CAN_MCP251X)	+= mcp251x.o

ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG