xref: /linux/drivers/net/can/rockchip/Kconfig (revision e3b2949e3fa2fd8c19cd5fbb0424d38f70a70e9c)
1# SPDX-License-Identifier: GPL-2.0
2
3config CAN_ROCKCHIP_CANFD
4	tristate "Rockchip CAN-FD controller"
5	depends on OF || COMPILE_TEST
6	select CAN_RX_OFFLOAD
7	help
8	  Say Y here if you want to use CAN-FD controller found on
9	  Rockchip SoCs.
10