The latest development version of this page may be more current than this released 1.14.0 version.
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_NRF52840_PCA10059

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At boards/arm/nrf52840_pca10059/Kconfig:14

Included via Kconfig:10Kconfig.zephyr:25boards/Kconfig:27

Menu path: (top menu) → Board Options

config BOARD_HAS_NRF5_BOOTLOADER
    bool
    prompt "Board has nRF5 bootloader" if BOARD_NRF52840_PCA10059
    default "y" if BOARD_NRF52840_PCA10059
    depends on BOARD_NRF52840_PCA10059
    help
      If selected, applications are linked so that they can be loaded by
      Nordic nRF5 bootloader.

(Definitions include propagated dependencies, including from if’s and menus.)