:orphan: .. title:: CAN_LOOPBACK_DEV_NAME .. option:: CONFIG_CAN_LOOPBACK_DEV_NAME *CAN loopback device name* Type: ``string`` Help ==== "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 ================== .. highlight:: kconfig At ``drivers/can/Kconfig.loopback:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:80`` → ``drivers/can/Kconfig:68`` Menu path: (Top) → Device Drivers → CAN Drivers → Loopback CAN driver .. parsed-literal:: config CAN_LOOPBACK_DEV_NAME string "CAN loopback device name" default "CAN_LOOPBACK" depends on \ :option:`CAN_LOOPBACK ` && \ :option:`CAN ` help "Device name for the loopback device" *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*