:orphan: .. title:: CONFIG_BOOTLOADER_BOSSA_ARDUINO .. kconfig:: CONFIG_BOOTLOADER_BOSSA_ARDUINO CONFIG_BOOTLOADER_BOSSA_ARDUINO ############################### *Arduino* Type: ``bool`` Help ==== .. code-block:: none Select the Arduino variant of the BOSSA bootloader. Uses 0x07738135 as the magic value to enter the bootloader. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``Kconfig.zephyr:776`` Included via ``Kconfig:8`` Menu path: (Top) → Boot Options → BOSSA bootloader support → BOSSA bootloader variant .. code-block:: kconfig config BOOTLOADER_BOSSA_ARDUINO bool "Arduino" depends on help Select the Arduino variant of the BOSSA bootloader. Uses 0x07738135 as the magic value to enter the bootloader. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*