]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/net/can/rcar/Kconfig
UBUNTU: Ubuntu-5.15.0-39.42
[mirror_ubuntu-jammy-kernel.git] / drivers / net / can / rcar / Kconfig
CommitLineData
e3dfddbf 1# SPDX-License-Identifier: GPL-2.0
a23b97e6 2config CAN_RCAR
1169ec8f 3 tristate "Renesas R-Car and RZ/G CAN controller"
ac422408 4 depends on ARCH_RENESAS || ARM || COMPILE_TEST
a7f7f624 5 help
a23b97e6 6 Say Y here if you want to use CAN controller found on Renesas R-Car
1169ec8f 7 or RZ/G SoCs.
a23b97e6
RS
8
9 To compile this driver as a module, choose M here: the module will
10 be called rcar_can.
11
dd3bd23e
RS
12config CAN_RCAR_CANFD
13 tristate "Renesas R-Car CAN FD controller"
ac422408 14 depends on ARCH_RENESAS || ARM || COMPILE_TEST
a7f7f624 15 help
dd3bd23e
RS
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.