Kconfig (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) Kconfig (1169ec8f5d71044082a9898bbd1f1bf4a690c5a4)
1# SPDX-License-Identifier: GPL-2.0
2config CAN_RCAR
1# SPDX-License-Identifier: GPL-2.0
2config CAN_RCAR
3 tristate "Renesas R-Car CAN controller"
3 tristate "Renesas R-Car and RZ/G CAN controller"
4 depends on ARCH_RENESAS || ARM
5 help
6 Say Y here if you want to use CAN controller found on Renesas R-Car
4 depends on ARCH_RENESAS || ARM
5 help
6 Say Y here if you want to use CAN controller found on Renesas R-Car
7 SoCs.
7 or RZ/G SoCs.
8
9 To compile this driver as a module, choose M here: the module will
10 be called rcar_can.
11
12config CAN_RCAR_CANFD
13 tristate "Renesas R-Car CAN FD controller"
14 depends on ARCH_RENESAS || ARM
15 help
16 Say Y here if you want to use CAN FD controller found on
17 Renesas R-Car SoCs. The driver puts the controller in CAN FD only
18 mode, which can interoperate with CAN2.0 nodes but does not support
19 dedicated CAN 2.0 mode.
20
21 To compile this driver as a module, choose M here: the module will
22 be called rcar_canfd.
8
9 To compile this driver as a module, choose M here: the module will
10 be called rcar_can.
11
12config CAN_RCAR_CANFD
13 tristate "Renesas R-Car CAN FD controller"
14 depends on ARCH_RENESAS || ARM
15 help
16 Say Y here if you want to use CAN FD controller found on
17 Renesas R-Car SoCs. The driver puts the controller in CAN FD only
18 mode, which can interoperate with CAN2.0 nodes but does not support
19 dedicated CAN 2.0 mode.
20
21 To compile this driver as a module, choose M here: the module will
22 be called rcar_canfd.