The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_BOOTLOADER_BOSSA

BOSSA bootloader support

Type: bool

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.

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At Kconfig.zephyr:647

Included via Kconfig:8

Menu path: (Top) → Boot Options

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.)