aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorPankaj Bansal <pankaj.bansal@nxp.com>2018-08-01 19:36:45 +0530
committerMarc Kleine-Budde <mkl@pengutronix.de>2018-11-28 16:19:53 +0100
commit0f8af56f74cda146c279c6b8e7e590f778a96cc1 (patch)
tree4c4c13a558aa5d8c23a112ec440f3ab05feb6bff /drivers
parentcan: rcar: add SPDX identifiers to Kconfig and Makefile (diff)
downloadlinux-dev-0f8af56f74cda146c279c6b8e7e590f778a96cc1.tar.xz
linux-dev-0f8af56f74cda146c279c6b8e7e590f778a96cc1.zip
can: flexcan: enable flexcan for all architectures
flexcan is an IP module independent of the SOC architecture. Therefore, enable it for all architectures. Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com> Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/net/can/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/can/Kconfig b/drivers/net/can/Kconfig
index 7cdd0cead693..e0f0ad7a550a 100644
--- a/drivers/net/can/Kconfig
+++ b/drivers/net/can/Kconfig
@@ -96,7 +96,7 @@ config CAN_AT91
config CAN_FLEXCAN
tristate "Support for Freescale FLEXCAN based chips"
- depends on ARM || PPC
+ depends on OF && HAS_IOMEM
---help---
Say Y here if you want to support for Freescale FlexCAN.