:orphan: .. title:: CONFIG_BOOTLOADER_BOSSA_LEGACY .. kconfig:: CONFIG_BOOTLOADER_BOSSA_LEGACY CONFIG_BOOTLOADER_BOSSA_LEGACY ############################## *Legacy* Type: ``bool`` Help ==== .. code-block:: none Select the Legacy variant of the BOSSA bootloader. This is defined for compatibility mode only. The recommendation is use newer versions like Arduino or Adafruit UF2. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``Kconfig.zephyr:667`` Included via ``Kconfig:8`` Menu path: (Top) → Boot Options → BOSSA bootloader support → BOSSA bootloader variant .. code-block:: kconfig config BOOTLOADER_BOSSA_LEGACY bool "Legacy" depends on help Select the Legacy variant of the BOSSA bootloader. This is defined for compatibility mode only. The recommendation is use newer versions like Arduino or Adafruit UF2. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*