]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
can: Kconfig: CAN_AT91 depends on ARM
authorLudovic Desroches <ludovic.desroches@atmel.com>
Mon, 11 Mar 2013 17:26:04 +0000 (18:26 +0100)
committerMarc 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

index 9862b2e07644462b59fe81c137c7ad6d835bd2d8..e456b70933c230abd7703ca3f6abed853679e5ef 100644 (file)
@@ -65,7 +65,7 @@ config CAN_LEDS
 
 config CAN_AT91
        tristate "Atmel AT91 onchip CAN controller"
-       depends on ARCH_AT91SAM9263 || ARCH_AT91SAM9X5
+       depends on ARM
        ---help---
          This is a driver for the SoC CAN controller in Atmel's AT91SAM9263
          and AT91SAM9X5 processors.