:orphan: .. title:: CONFIG_BOARD_HAS_NRF5_BOOTLOADER .. kconfig:: CONFIG_BOARD_HAS_NRF5_BOOTLOADER CONFIG_BOARD_HAS_NRF5_BOOTLOADER ################################ *Board has nRF5 bootloader* Type: ``bool`` Help ==== .. code-block:: none If selected, applications are linked so that they can be loaded by Nordic nRF5 bootloader. Direct dependencies =================== \ :kconfig:`BOARD_NRF52840DONGLE_NRF52840 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/arm/nrf52840dongle_nrf52840/Kconfig:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:37`` → ``/Kconfig:75`` Menu path: (Top) → Board Options .. code-block:: kconfig config BOARD_HAS_NRF5_BOOTLOADER bool "Board has nRF5 bootloader" default y depends on BOARD_NRF52840DONGLE_NRF52840 help If selected, applications are linked so that they can be loaded by Nordic nRF5 bootloader. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*