Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

config CONFIG_CAN_RCAR
	tristate "Renesas R-Car CAN controller"
	depends on CONFIG_ARCH_RENESAS || CONFIG_ARM
	---help---
	  Say Y here if you want to use CONFIG_CAN controller found on Renesas R-Car
	  SoCs.

	  To compile this driver as a module, choose CONFIG_M here: the module will
	  be called rcar_can.

config CONFIG_CAN_RCAR_CANFD
	tristate "Renesas R-Car CAN FD controller"
	depends on CONFIG_ARCH_RENESAS || CONFIG_ARM
	---help---
	  Say Y here if you want to use CONFIG_CAN FD controller found on
	  Renesas R-Car SoCs. The driver puts the controller in CONFIG_CAN FD only
	  mode, which can interoperate with CAN2.0 nodes but does not support
	  dedicated CONFIG_CAN 2.0 mode.

	  To compile this driver as a module, choose CONFIG_M here: the module will
	  be called rcar_canfd.