net: can: rockchip: add can for RK3576 Soc

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: I40541de86fa2ab83a977ecc323eba6968c13990c
This commit is contained in:
Elaine Zhang
2023-07-12 15:37:28 +08:00
committed by Tao Huang
parent 7f41c32f01
commit 835e42a38b
3 changed files with 1285 additions and 0 deletions

View File

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

View File

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

File diff suppressed because it is too large Load Diff