Skip to content

Commit b9e379b

Browse files
Uwe Kleine-Königmarckleinebudde
authored andcommitted
net/can: allow CAN_AT91 on AT91SAM9X5
Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent 6388b39 commit b9e379b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

drivers/net/can/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ config CAN_CALC_BITTIMING
5858

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

6566
config CAN_TI_HECC
6667
depends on CAN_DEV && ARCH_OMAP3

0 commit comments

Comments
 (0)