can: at91_can: Fix Kconfig dependencies
authorJean Delvare <[email protected]>
Tue, 6 May 2014 08:19:15 +0000 (10:19 +0200)
committerMarc Kleine-Budde <[email protected]>
Mon, 19 May 2014 07:38:21 +0000 (09:38 +0200)
The at91_can driver is AT91-specific so it should depend on ARCH_AT91
rather than just ARM. Add COMPILE_TEST as an alternative, so that the
driver can still be build-tested elsewhere.

Signed-off-by: Jean Delvare <[email protected]>
Cc: Wolfgang Grandegger <[email protected]>
Cc: Marc Kleine-Budde <[email protected]>
Signed-off-by: Marc Kleine-Budde <[email protected]>
drivers/net/can/Kconfig

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