projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
50ca4a9
)
MLK-21408-1 can: flexcan: enable flexcan support for arm64
author
Joakim Zhang
<qiangqing.zhang@nxp.com>
Mon, 8 Apr 2019 05:53:48 +0000
(13:53 +0800)
committer
Joakim Zhang
<qiangqing.zhang@nxp.com>
Thu, 18 Apr 2019 09:16:18 +0000
(17:16 +0800)
Modify Kconfig file to enable flexcan support for arm64
Signed-off-by: Joakim Zhang <qiangqing.zhang@nxp.com>
drivers/net/can/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/net/can/Kconfig
b/drivers/net/can/Kconfig
index
7cdd0ce
..
36f8ded
100644
(file)
--- 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.