CONFIG_CAN_FD_MODE¶
CAN-FD
Type: bool
Help¶
Enable CAN-FD compatible API
Default¶
- y 
Kconfig definition¶
At <Zephyr Driver>/can/Kconfig:37
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:82
Menu path: (Top) → Device Drivers → CAN Drivers
config CAN_FD_MODE
    bool "CAN-FD"
    default y
    depends on CAN_HAS_CANFD && CAN
    help
      Enable CAN-FD compatible API
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)