:orphan: .. title:: CAN_FD_MODE .. option:: CONFIG_CAN_FD_MODE *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Enable CAN-FD compatible API Direct dependencies =================== \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== .. highlight:: kconfig At ``drivers/can/Kconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:80`` Menu path: (Top) → Device Drivers → CAN Drivers .. parsed-literal:: config CAN_FD_MODE bool depends on \ :option:`CAN ` help Enable CAN-FD compatible API *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*