Lines Matching full:can
1 menu "CAN Device Drivers"
2 depends on CAN
5 tristate "Virtual Local CAN Interface (vcan)"
6 depends on CAN
9 virtual local CAN interface.
11 This driver can also be built as a module. If so, the module
15 tristate "Serial / USB serial CAN Adaptors (slcan)"
16 depends on CAN
18 CAN driver for several 'low cost' CAN interfaces that are attached
22 As only the sending and receiving of CAN frames is implemented, this
23 driver should work with the (serial/USB) CAN hardware from:
27 slcand) can be found in the can-utils at the SocketCAN SVN, see
30 The slcan driver supports up to 10 CAN netdevices by default which
31 can be changed by the 'maxdev=xx' module option. This driver can
35 tristate "Platform CAN drivers with Netlink support"
36 depends on CAN
39 Enables the common framework for platform CAN drivers with Netlink
40 support. This is the standard library for CAN drivers.
44 bool "CAN bit-timing calculation"
48 If enabled, CAN bit-timing parameters will be calculated for the
50 get started. This works fine for the most common CAN controllers
51 with standard bit-rates but may fail for exotic bit-rates or CAN
58 tristate "Atmel AT91 onchip CAN controller"
61 This is a driver for the SoC CAN controller in Atmel's AT91SAM9263
66 tristate "TI High End CAN Controller"
68 Driver for TI HECC (High End CAN Controller) module found on many
72 tristate "Microchip MCP251x SPI CAN controllers"
75 Driver for the Microchip MCP251x SPI CAN controllers.
79 tristate "Analog Devices Blackfin on-chip CAN"
81 Driver for the Analog Devices Blackfin on-chip CAN controllers
87 tristate "Janz VMOD-ICAN3 Intelligent CAN controller"
90 Driver for Janz VMOD-ICAN3 Intelligent CAN controller module, which
93 This driver can also be built as a module. If so, the module will be
106 tristate "PCH CAN"
109 This driver is for PCH CAN of Topcliff which is an IOH for x86
111 This driver can access CAN bus.
113 source "drivers/net/can/mscan/Kconfig"
115 source "drivers/net/can/sja1000/Kconfig"
117 source "drivers/net/can/c_can/Kconfig"
119 source "drivers/net/can/cc770/Kconfig"
121 source "drivers/net/can/usb/Kconfig"
123 source "drivers/net/can/softing/Kconfig"
126 bool "CAN devices debugging messages"
127 depends on CAN
129 Say Y here if you want the CAN device drivers to produce a bunch of
131 a problem with CAN support and want to see more of what is going