blob: 27e2687e02a92a20f0fdea99ad897b29c7b17760 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
if BOARD_NRF52_BSIM
config BUILD_OUTPUT_BIN
default n
config BUILD_OUTPUT_EXE
default y
config OUTPUT_PRINT_MEMORY_USAGE
default n
config BOARD
default "nrf52_bsim"
config BT_CTLR
default y
depends on BT
if LOG
# This board can reuse the native_posix logging backend
config LOG_BACKEND_NATIVE_POSIX
default y if !SERIAL
# For this board we can log synchronously without any problem
# Doing so will be nicer for debugging
choice LOG_MODE
default LOG_MODE_IMMEDIATE
endchoice
endif # LOG
endif # BOARD_NRF52_BSIM