Kconfig 709 B

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