mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
1275
drivers/net/can/rockchip/rk3576_canfd.c
Normal file
1275
drivers/net/can/rockchip/rk3576_canfd.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user