Skip to content

Commit

Permalink
net/can: allow CAN_AT91 on AT91SAM9X5
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
  • Loading branch information
Uwe Kleine-König authored and Marc Kleine-Budde committed Jun 6, 2011
1 parent 6388b39 commit b9e379b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions drivers/net/can/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b9e379b

Please sign in to comment.