:orphan: .. title:: choice: BOSSA bootloader variant .. _choice_646: .. describe:: choice: BOSSA bootloader variant *BOSSA bootloader variant* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BOOTLOADER_BOSSA ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to the first (visible) choice option. Choice options ============== - \ :kconfig:`BOOTLOADER_BOSSA_LEGACY ` - \ :kconfig:`BOOTLOADER_BOSSA_ARDUINO ` - \ :kconfig:`BOOTLOADER_BOSSA_ADAFRUIT_UF2 ` Kconfig definition ================== At ``Kconfig.zephyr:663`` Included via ``Kconfig:8`` Menu path: (Top) → Boot Options → BOSSA bootloader support .. code-block:: kconfig choice bool "BOSSA bootloader variant" depends on BOOTLOADER_BOSSA *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*