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:
3078cde
)
can: Kconfig: CAN_AT91 depends on ARM
author
Ludovic Desroches
<ludovic.desroches@atmel.com>
Mon, 11 Mar 2013 17:26:04 +0000
(18:26 +0100)
committer
Marc Kleine-Budde
<mkl@pengutronix.de>
Wed, 27 Mar 2013 12:07:08 +0000
(13:07 +0100)
SAMA5D3 devices also embed CAN feature. Moreover if we want to produce a single
kernel image it is not useful to be too restrictive.
Signed-off-by: Ludovic Desroches <ludovic.desroches@atmel.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
drivers/net/can/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/can/Kconfig
b/drivers/net/can/Kconfig
index 9862b2e07644462b59fe81c137c7ad6d835bd2d8..e456b70933c230abd7703ca3f6abed853679e5ef 100644
(file)
--- a/
drivers/net/can/Kconfig
+++ b/
drivers/net/can/Kconfig
@@
-65,7
+65,7
@@
config CAN_LEDS
config CAN_AT91
tristate "Atmel AT91 onchip CAN controller"
- depends on AR
CH_AT91SAM9263 || ARCH_AT91SAM9X5
+ depends on AR
M
---help---
This is a driver for the SoC CAN controller in Atmel's AT91SAM9263
and AT91SAM9X5 processors.