:orphan: .. title:: BOOTLOADER_BOSSA .. option:: 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. Direct dependencies =================== \ :option:`SOC_FAMILY_SAM0 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`USE_DT_CODE_PARTITION ` Kconfig definition ================== .. highlight:: kconfig At ``Kconfig.zephyr:483`` Included via ``Kconfig:8`` Menu path: (Top) → Boot Options .. parsed-literal:: config BOOTLOADER_BOSSA bool "BOSSA bootloader support" select \ :option:`USE_DT_CODE_PARTITION ` depends on \ :option:`SOC_FAMILY_SAM0 ` 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.)*