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

Commit b9e379bc authored by Uwe Kleine-König's avatar Uwe Kleine-König Committed by Marc Kleine-Budde
Browse files

net/can: allow CAN_AT91 on AT91SAM9X5

parent 6388b396
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -58,9 +58,10 @@ config CAN_CALC_BITTIMING

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

config CAN_TI_HECC
	depends on CAN_DEV && ARCH_OMAP3