Kconfig 265 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0
  2. config CAN_ROCKCHIP_CANFD
  3. tristate "Rockchip CAN-FD controller"
  4. depends on OF
  5. depends on ARCH_ROCKCHIP || 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.