:orphan: .. title:: CONFIG_BOOTLOADER_BOSSA_DEVICE_NAME .. kconfig:: CONFIG_BOOTLOADER_BOSSA_DEVICE_NAME CONFIG_BOOTLOADER_BOSSA_DEVICE_NAME ################################### *BOSSA CDC ACM device name* Type: ``string`` Help ==== .. code-block:: none Sets the CDC ACM port to watch for reboot commands. Direct dependencies =================== \ :kconfig:`BOOTLOADER_BOSSA ` && \ :kconfig:`CDC_ACM_DTE_RATE_CALLBACK_SUPPORT ` *(Includes any dependencies from ifs and menus.)* Default ======= - "CDC_ACM_0" Kconfig definition ================== At ``Kconfig.zephyr:656`` Included via ``Kconfig:8`` Menu path: (Top) → Boot Options → BOSSA bootloader support .. code-block:: kconfig config BOOTLOADER_BOSSA_DEVICE_NAME string "BOSSA CDC ACM device name" default "CDC_ACM_0" depends on BOOTLOADER_BOSSA && 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.)*