:orphan: .. title:: BOOTLOADER_BOSSA_DEVICE_NAME .. option:: CONFIG_BOOTLOADER_BOSSA_DEVICE_NAME *BOSSA CDC ACM device name* Type: ``string`` Help ==== Sets the CDC ACM port to watch for reboot commands. Direct dependencies =================== \ :option:`BOOTLOADER_BOSSA ` && \ :option:`CDC_ACM_DTE_RATE_CALLBACK_SUPPORT ` *(Includes any dependencies from ifs and menus.)* Default ======= - "CDC_ACM_0" Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:493`` Included via ``Kconfig:8`` Menu path: (Top) → Boot Options → BOSSA bootloader support .. parsed-literal:: config BOOTLOADER_BOSSA_DEVICE_NAME string "BOSSA CDC ACM device name" default "CDC_ACM_0" depends on \ :option:`BOOTLOADER_BOSSA ` && \ :option:`CDC_ACM_DTE_RATE_CALLBACK_SUPPORT ` help Sets the CDC ACM port to watch for reboot commands. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*