Lines Matching full:can

1 # CAN configuration options
7 # CAN options
9 menuconfig CAN config
10 bool "Controller Area Network (CAN) drivers"
12 Enable CAN Driver Configuration
14 if CAN
16 module = CAN
17 module-str = CAN
21 int "CAN driver init priority"
24 CAN driver device initialization priority.
27 int "Default CAN bitrate"
30 Default initial CAN bitrate in bits/s. This can be overridden per CAN controller using the
34 int "Default CAN data phase bitrate"
38 Default initial CAN data phase bitrate in bits/s. This can be overridden per CAN controller
42 bool "CAN shell"
46 Enable CAN Shell for testing.
51 int "CAN shell transmit queue size"
55 Maximum number of events in the CAN shell transmit queue.
58 int "CAN shell receive queue size"
62 Maximum number of CAN frames in the CAN shell receive queue.
67 Enable scripting-friendly/machine-readable output from the CAN shell. Enabling this
74 bool "CAN controller device statistics"
77 Enable CAN controller device statistics.
82 Accept incoming Remote Transmission Request (RTR) frames matching CAN RX filters. Unless
87 bool "CAN FD support"
89 Enable CAN FD support. Not all CAN controllers support CAN FD.
94 Enable support for manual (non-automatic) recovery from bus-off state. Not all CAN
100 This option enables a timestamp value of the CAN free running timer.
102 is initialized. Not all CAN controllers support timestamps.
110 the "-object can-host-socketcan" qemu command line option. The CAN interface must be
113 source "drivers/can/Kconfig.sam"
114 source "drivers/can/Kconfig.sam0"
115 source "drivers/can/Kconfig.stm32"
116 source "drivers/can/Kconfig.mcux"
117 source "drivers/can/Kconfig.mcp2515"
118 source "drivers/can/Kconfig.mcan"
119 source "drivers/can/Kconfig.rcar"
120 source "drivers/can/Kconfig.numaker"
121 source "drivers/can/Kconfig.loopback"
122 source "drivers/can/Kconfig.native_linux"
123 source "drivers/can/Kconfig.sja1000"
124 source "drivers/can/Kconfig.esp32"
125 source "drivers/can/Kconfig.kvaser"
126 source "drivers/can/Kconfig.fake"
127 source "drivers/can/Kconfig.nxp_s32"
128 source "drivers/can/Kconfig.tcan4x5x"
129 source "drivers/can/Kconfig.mcp251xfd"
130 source "drivers/can/Kconfig.xmc4xxx"
131 source "drivers/can/Kconfig.nrf"
132 source "drivers/can/Kconfig.renesas_ra"
134 source "drivers/can/transceiver/Kconfig"
136 endif # CAN