23 lines · plain
1# SPDX-License-Identifier: GPL-2.02config CAN_RCAR3 tristate "Renesas R-Car and RZ/G CAN controller"4 depends on ARCH_RENESAS || COMPILE_TEST5 help6 Say Y here if you want to use CAN controller found on Renesas R-Car7 or RZ/G SoCs.8 9 To compile this driver as a module, choose M here: the module will10 be called rcar_can.11 12config CAN_RCAR_CANFD13 tristate "Renesas R-Car CAN FD controller"14 depends on ARCH_RENESAS || COMPILE_TEST15 help16 Say Y here if you want to use CAN FD controller found on17 Renesas R-Car SoCs. The driver puts the controller in CAN FD only18 mode, which can interoperate with CAN2.0 nodes but does not support19 dedicated CAN 2.0 mode.20 21 To compile this driver as a module, choose M here: the module will22 be called rcar_canfd.23