Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 config CAN_RCAR
0003         tristate "Renesas R-Car and RZ/G CAN controller"
0004         depends on ARCH_RENESAS || COMPILE_TEST
0005         help
0006           Say Y here if you want to use CAN controller found on Renesas R-Car
0007           or RZ/G SoCs.
0008 
0009           To compile this driver as a module, choose M here: the module will
0010           be called rcar_can.
0011 
0012 config CAN_RCAR_CANFD
0013         tristate "Renesas R-Car CAN FD controller"
0014         depends on ARCH_RENESAS || COMPILE_TEST
0015         help
0016           Say Y here if you want to use CAN FD controller found on
0017           Renesas R-Car SoCs. The driver puts the controller in CAN FD only
0018           mode, which can interoperate with CAN2.0 nodes but does not support
0019           dedicated CAN 2.0 mode.
0020 
0021           To compile this driver as a module, choose M here: the module will
0022           be called rcar_canfd.