mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 02:21:52 +09:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user