Linux Audio

Check our new training course

In-person Linux kernel drivers training

Jun 16-20, 2025
Register
Loading...
Note: File does not exist in v4.17.
 1# SPDX-License-Identifier: GPL-2.0
 2
 3config CAN_ROCKCHIP_CANFD
 4	tristate "Rockchip CAN-FD controller"
 5	depends on OF
 6	depends on ARCH_ROCKCHIP || COMPILE_TEST
 7	select CAN_RX_OFFLOAD
 8	help
 9	  Say Y here if you want to use CAN-FD controller found on
10	  Rockchip SoCs.