net: can: add rockchip CANFD driver

Change-Id: Ie49293531038583e7d0d4b8055dba3e8f026d734
Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
This commit is contained in:
Elaine Zhang
2020-07-13 15:45:44 +08:00
committed by Tao Huang
parent ebe6e465c4
commit 6d1fd05b9d
3 changed files with 1045 additions and 0 deletions

View File

@@ -6,3 +6,12 @@ config CAN_ROCKCHIP
To compile this driver as a module, choose M here: the module will
be called rockchip_can.
config CANFD_ROCKCHIP
tristate "Rockchip CANFD controller"
depends on ARCH_ROCKCHIP
---help---
Say Y here if you want to use CANFD controller found on Rockchip SoCs.
To compile this driver as a module, choose M here: the module will
be called rockchip_canfd.

View File

@@ -3,3 +3,4 @@
#
obj-$(CONFIG_CAN_ROCKCHIP) += rockchip_can.o
obj-$(CONFIG_CANFD_ROCKCHIP) += rockchip_canfd.o

File diff suppressed because it is too large Load Diff