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

Commit 68f40152 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde Committed by David S. Miller
Browse files

at91_can: add driver for Atmel's CAN controller on AT91SAM9263



This patch add the driver for the SoC CAN controller in Atmel's
AT91SAM9263.

Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
Signed-off-by: default avatarWolfgang Grandegger <wg@grandegger.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent a7a1a05f
Loading
Loading
Loading
Loading
+6 −0
Original line number Original line Diff line number Diff line
@@ -89,6 +89,12 @@ config CAN_KVASER_PCI
	  This driver is for the the PCIcanx and PCIcan cards (1, 2 or
	  This driver is for the the PCIcanx and PCIcan cards (1, 2 or
	  4 channel) from Kvaser (http://www.kvaser.com).
	  4 channel) from Kvaser (http://www.kvaser.com).


config CAN_AT91
	tristate "Atmel AT91 onchip CAN controller"
	depends on CAN && CAN_DEV && ARCH_AT91SAM9263
	---help---
	  This is a driver for the SoC CAN controller in Atmel's AT91SAM9263.

config CAN_DEBUG_DEVICES
config CAN_DEBUG_DEVICES
	bool "CAN devices debugging messages"
	bool "CAN devices debugging messages"
	depends on CAN
	depends on CAN
+1 −0
Original line number Original line Diff line number Diff line
@@ -10,5 +10,6 @@ can-dev-y := dev.o
obj-y				+= usb/
obj-y				+= usb/


obj-$(CONFIG_CAN_SJA1000)	+= sja1000/
obj-$(CONFIG_CAN_SJA1000)	+= sja1000/
obj-$(CONFIG_CAN_AT91)		+= at91_can.o


ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG
ccflags-$(CONFIG_CAN_DEBUG_DEVICES) := -DDEBUG