-
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.
Default¶
y
Kconfig definition¶
At <Zephyr>/boards/arm/nrf52840dongle_nrf52840/Kconfig:13
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/boards/Kconfig:57
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.)