-
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.
Defaults¶
- “y” if
BOARD_NRF52840_PCA10059
Kconfig definition¶
At boards/arm/nrf52840_pca10059/Kconfig:14
Included via Kconfig:10
→ Kconfig.zephyr:25
→ boards/Kconfig:27
Menu path: (top menu) → Board Options
config BOARD_HAS_NRF5_BOOTLOADER bool prompt "Board has nRF5 bootloader" ifBOARD_NRF52840_PCA10059
default "y" ifBOARD_NRF52840_PCA10059
depends onBOARD_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.)