:orphan: .. title:: CONFIG_BOOTLOADER_BOSSA .. kconfig:: CONFIG_BOOTLOADER_BOSSA CONFIG_BOOTLOADER_BOSSA ####################### *BOSSA bootloader support* Type: ``bool`` Help ==== .. code-block:: none Signifies that the target uses a BOSSA compatible bootloader. If CDC ACM USB support is also enabled then the board will reboot into the bootloader automatically when bossac is run. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`USE_DT_CODE_PARTITION ` Kconfig definition ================== At ``Kconfig.zephyr:647`` Included via ``Kconfig:8`` Menu path: (Top) → Boot Options .. code-block:: kconfig config BOOTLOADER_BOSSA bool "BOSSA bootloader support" select USE_DT_CODE_PARTITION help Signifies that the target uses a BOSSA compatible bootloader. If CDC ACM USB support is also enabled then the board will reboot into the bootloader automatically when bossac is run. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*