Lines Matching full:can

2 menu "CAN Device Drivers"
5 tristate "Virtual Local CAN Interface (vcan)"
8 virtual local CAN interface.
10 This driver can also be built as a module. If so, the module
14 tristate "Virtual CAN Tunnel (vxcan)"
17 local CAN traffic tunnel between two virtual CAN network devices.
20 versa. The vxcan can be used for cross namespace communication.
22 In opposite to vcan loopback devices the vxcan only forwards CAN
24 CAN frames. To disable a potential echo in af_can.c the vxcan driver
26 in each namespace the CAN GW hop counter is set to zero.
28 This driver can also be built as a module. If so, the module
32 tristate "Serial / USB serial CAN Adaptors (slcan)"
35 CAN driver for several 'low cost' CAN interfaces that are attached
39 As only the sending and receiving of CAN frames is implemented, this
40 driver should work with the (serial/USB) CAN hardware from:
44 slcand) can be found in the can-utils at the linux-can project, see
45 https://github.com/linux-can/can-utils for details.
47 The slcan driver supports up to 10 CAN netdevices by default which
48 can be changed by the 'maxdev=xx' module option. This driver can
52 tristate "Platform CAN drivers with Netlink support"
55 Enables the common framework for platform CAN drivers with Netlink
56 support. This is the standard library for CAN drivers.
62 bool "CAN bit-timing calculation"
65 If enabled, CAN bit-timing parameters will be calculated for the
67 get started. This works fine for the most common CAN controllers
68 with standard bit-rates but may fail for exotic bit-rates or CAN
86 events on each supported CAN device.
92 tristate "Atmel AT91 onchip CAN controller"
95 This is a driver for the SoC CAN controller in Atmel's AT91SAM9263
105 tristate "Aeroflex Gaisler GRCAN and GRHCAN CAN devices"
114 tristate "Janz VMOD-ICAN3 Intelligent CAN controller"
117 Driver for Janz VMOD-ICAN3 Intelligent CAN controller module, which
120 This driver can also be built as a module. If so, the module will be
127 This is a driver for the Kvaser PCI Express CAN FD family.
137 tristate "Allwinner A10 CAN controller"
140 Say Y here if you want to use CAN controller found on Allwinner
148 tristate "TI High End CAN Controller"
150 Driver for TI HECC (High End CAN Controller) module found on many
154 tristate "Xilinx CAN"
158 Xilinx CAN driver. This driver supports both soft AXI CAN IP and
162 tristate "Intel EG20T PCH CAN controller"
165 This driver is for PCH CAN of Topcliff (Intel EG20T PCH) which
167 This driver can access CAN bus.
169 source "drivers/net/can/c_can/Kconfig"
170 source "drivers/net/can/cc770/Kconfig"
171 source "drivers/net/can/ifi_canfd/Kconfig"
172 source "drivers/net/can/m_can/Kconfig"
173 source "drivers/net/can/mscan/Kconfig"
174 source "drivers/net/can/peak_canfd/Kconfig"
175 source "drivers/net/can/rcar/Kconfig"
176 source "drivers/net/can/sja1000/Kconfig"
177 source "drivers/net/can/softing/Kconfig"
178 source "drivers/net/can/spi/Kconfig"
179 source "drivers/net/can/usb/Kconfig"
184 bool "CAN devices debugging messages"
186 Say Y here if you want the CAN device drivers to produce a bunch of
188 a problem with CAN support and want to see more of what is going