projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6388b39
)
net/can: allow CAN_AT91 on AT91SAM9X5
author
Uwe Kleine-König
<
[email protected]
>
Tue, 26 Apr 2011 13:05:59 +0000
(15:05 +0200)
committer
Marc Kleine-Budde
<
[email protected]
>
Mon, 6 Jun 2011 13:18:33 +0000
(15:18 +0200)
Signed-off-by: Uwe Kleine-König <
[email protected]
>
Signed-off-by: Marc Kleine-Budde <
[email protected]
>
drivers/net/can/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/can/Kconfig
b/drivers/net/can/Kconfig
index 1d699e3df54704f7fc30a0c8facc757d6dbc9387..bbf06f77ee8c69c3622aac90a823e8861a90281a 100644
(file)
--- a/
drivers/net/can/Kconfig
+++ b/
drivers/net/can/Kconfig
@@
-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