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