Skip to content

Commit cb2bad8

Browse files
committed
Merge branch 'can/at91-sam9x5' of git://git.pengutronix.de/git/mkl/linux-2.6
2 parents a6b7a40 + b9e379b commit cb2bad8

File tree

2 files changed

+259
-112
lines changed

2 files changed

+259
-112
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)