CONFIG_BOARD_HAS_NRF5_BOOTLOADER

Board has nRF5 bootloader

Type: bool

Help

If selected, applications are linked so that they can be loaded by Nordic nRF5 bootloader.

Direct dependencies

BOARD_NRF52840DONGLE_NRF52840

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/boards/arm/nrf52840dongle_nrf52840/Kconfig:13

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/boards/Kconfig:48

Menu path: (Top) → Board Options

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.)