:orphan: .. title:: CAN_LOOPBACK_DEV_NAME .. option:: CONFIG_CAN_LOOPBACK_DEV_NAME *CAN loopback device name* Type: ``string`` Help ==== .. code-block:: none "Device name for the loopback device" Direct dependencies =================== \ :option:`CAN_LOOPBACK ` && \ :option:`CAN ` *(Includes any dependencies from ifs and menus.)* Default ======= - "CAN_LOOPBACK" Kconfig definition ================== At ``/can/Kconfig.loopback:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:80`` → ``/can/Kconfig:89`` Menu path: (Top) → Device Drivers → CAN Drivers → Loopback CAN driver .. code-block:: kconfig config CAN_LOOPBACK_DEV_NAME string "CAN loopback device name" default "CAN_LOOPBACK" depends on CAN_LOOPBACK && CAN help "Device name for the loopback device" *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*