:orphan: .. title:: CAN_HAS_CANFD .. option:: CONFIG_CAN_HAS_CANFD *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none driver supports CAN-FD Direct dependencies =================== \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`CAN_MCAN ` Kconfig definition ================== At ``/can/Kconfig:27`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:80`` Menu path: (Top) → Device Drivers → CAN Drivers .. code-block:: kconfig config CAN_HAS_CANFD bool depends on CAN help driver supports CAN-FD *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*