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
BOOTLOADER_BOSSA
&& CDC_ACM_DTE_RATE_CALLBACK_SUPPORT
(Includes any dependencies from ifs and menus.)
Default
“CDC_ACM_0”
Kconfig definition
At <Zephyr>/Kconfig.zephyr:712
Included via <Zephyr>/Kconfig:8
Menu path: (Top) → Boot Options → BOSSA bootloader support
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.)