1# BL654 USB board configuration
2
3# Copyright (c) 2018-2023 Nordic Semiconductor ASA
4# Copyright (c) 2025 Ezurio LLC
5# SPDX-License-Identifier: Apache-2.0
6
7config BOARD_BL654_USB
8	select BOARD_EARLY_INIT_HOOK
9
10config BOARD_HAS_NRF5_BOOTLOADER
11	bool
12	default y if !BOARD_BL654_USB_NRF52840_BARE
13	help
14	  If selected, applications are linked so that they can be loaded by Nordic
15	  nRF5 bootloader.
16