Browse Source

net: can: Enable xilinx driver for ARM64

Enable the xilinx driver for ARM64.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Michal Simek 10 years ago
parent
commit
963a822b6d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      drivers/net/can/Kconfig

+ 1 - 1
drivers/net/can/Kconfig

@@ -131,7 +131,7 @@ config CAN_RCAR
 
 
 config CAN_XILINXCAN
 config CAN_XILINXCAN
 	tristate "Xilinx CAN"
 	tristate "Xilinx CAN"
-	depends on ARCH_ZYNQ || MICROBLAZE || COMPILE_TEST
+	depends on ARCH_ZYNQ || ARM64 || MICROBLAZE || COMPILE_TEST
 	depends on COMMON_CLK && HAS_IOMEM
 	depends on COMMON_CLK && HAS_IOMEM
 	---help---
 	---help---
 	  Xilinx CAN driver. This driver supports both soft AXI CAN IP and
 	  Xilinx CAN driver. This driver supports both soft AXI CAN IP and