linux-can.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] net: can: Enable xilinx driver for ARM64
@ 2015-03-09 14:03 Michal Simek
  2015-03-09 14:28 ` Marc Kleine-Budde
  0 siblings, 1 reply; 2+ messages in thread
From: Michal Simek @ 2015-03-09 14:03 UTC (permalink / raw)
  To: linux-kernel, monstr
  Cc: Wolfgang Grandegger, Marc Kleine-Budde, linux-can, netdev

Enable the xilinx driver for ARM64.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Acked-by: Sören Brinkmann <soren.brinkmann@xilinx.com>
---

Changes in v2:
- Based on discussion with Marc and Jean enable this driver just for
  ARM64.

BTW: Jean suggested to enable it for all ARM platforms but it is
just not needed that's why I am just adding ARM64 and not changing
ARCH_ZYNQ to ARM.
---
 drivers/net/can/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig
index 98d73aab52fe..58808f651452 100644
--- a/drivers/net/can/Kconfig
+++ b/drivers/net/can/Kconfig
@@ -131,7 +131,7 @@ config CAN_RCAR
 
 config CAN_XILINXCAN
 	tristate "Xilinx CAN"
-	depends on ARCH_ZYNQ || MICROBLAZE || COMPILE_TEST
+	depends on ARCH_ZYNQ || ARM64 || MICROBLAZE || COMPILE_TEST
 	depends on COMMON_CLK && HAS_IOMEM
 	---help---
 	  Xilinx CAN driver. This driver supports both soft AXI CAN IP and
-- 
1.8.2.3

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-03-09 14:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-03-09 14:03 [PATCH v2] net: can: Enable xilinx driver for ARM64 Michal Simek
2015-03-09 14:28 ` Marc Kleine-Budde

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).