Kconfig 767 B

12345678910111213141516171819202122
  1. # SPDX-License-Identifier: GPL-2.0
  2. config CAN_RCAR
  3. tristate "Renesas R-Car and RZ/G CAN controller"
  4. depends on ARCH_RENESAS || COMPILE_TEST
  5. help
  6. Say Y here if you want to use CAN controller found on Renesas R-Car
  7. or RZ/G SoCs.
  8. To compile this driver as a module, choose M here: the module will
  9. be called rcar_can.
  10. config CAN_RCAR_CANFD
  11. tristate "Renesas R-Car CAN FD controller"
  12. depends on ARCH_RENESAS || COMPILE_TEST
  13. help
  14. Say Y here if you want to use CAN FD controller found on
  15. Renesas R-Car SoCs. The driver puts the controller in CAN FD only
  16. mode, which can interoperate with CAN2.0 nodes but does not support
  17. dedicated CAN 2.0 mode.
  18. To compile this driver as a module, choose M here: the module will
  19. be called rcar_canfd.