net: can: rockchip: rename rk3576_canfd.c to rk3576_can.c

remove unused canfd mode func.

Signed-off-by: Elaine Zhang <zhangqing@rock-chips.com>
Change-Id: Iaeda3108d0f3e44fe1fec9b231d27726f7950faa
This commit is contained in:
Elaine Zhang
2025-10-09 16:07:27 +08:00
committed by Tao Huang
parent 539fd979b6
commit 7a7734a16b
3 changed files with 360 additions and 442 deletions

View File

@@ -26,11 +26,11 @@ config CAN_RK3562
To compile this driver as a module, choose M here: the module will
be called rk3562_can.
config CANFD_RK3576
tristate "RK3576 CANFD controller"
config CAN_RK3576
tristate "RK3576 CAN controller"
depends on ARCH_ROCKCHIP
help
Say Y here if you want to use CANFD controller found on RK3576 SoCs.
Say Y here if you want to use CAN controller found on RK3576 SoCs.
To compile this driver as a module, choose M here: the module will
be called rk3576_canfd.
be called rk3576_can.

View File

@@ -1,9 +1,6 @@
# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the rockchip can and canfd controller driver.
#
obj-$(CONFIG_CAN_ROCKCHIP) += rockchip_can.o
obj-$(CONFIG_CANFD_ROCKCHIP) += rockchip_canfd.o
obj-$(CONFIG_CAN_RK3562) += rk3562_can.o
obj-$(CONFIG_CANFD_RK3576) += rk3576_canfd.o
obj-$(CONFIG_CAN_RK3576) += rk3576_can.o