# SPDX-License-Identifier: Apache-2.0
#
# Copyright (c) 2022 Nordic Semiconductor

CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=1000000
CONFIG_CONSOLE=y
CONFIG_ZTEST=y
CONFIG_ZTEST_MOCKING=y

# unit testing only build a fraction of code, and hence assert may fail linking.
# Disable default for board. A unit test can still enable asserts.
CONFIG_ASSERT=n
