From 13d14cd652dce8b992400538726d3845e21eaa64 Mon Sep 17 00:00:00 2001 From: Joakim Zhang Date: Mon, 8 Apr 2019 13:53:48 +0800 Subject: [PATCH] MLK-21408-1 can: flexcan: enable flexcan support for arm64 Modify Kconfig file to enable flexcan support for arm64 Signed-off-by: Joakim Zhang --- 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 7cdd0cead693..36f8ded63cf6 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 ARM || ARM64 ---help--- Say Y here if you want to support for Freescale FlexCAN. -- 2.17.1