10 lines
265 B
Text
10 lines
265 B
Text
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
config CAN_ROCKCHIP_CANFD
|
|
tristate "Rockchip CAN-FD controller"
|
|
depends on OF
|
|
depends on ARCH_ROCKCHIP || COMPILE_TEST
|
|
select CAN_RX_OFFLOAD
|
|
help
|
|
Say Y here if you want to use CAN-FD controller found on
|
|
Rockchip SoCs.
|