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